Html Css Color HEX #184267 Regal Blue

📋 copy color: '#184267'

red 24 ◦ green 66 ◦ blue 103

#184267
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #184267

Tints of Regal Blue #184267

RGB

 RED value IS 24 (9.77% from 255) = 12.44%

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 12.44%
G = 34.2%
B = 53.37%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#184267 (or 0x184267) is known color: Regal Blue. HEX triplet: 18, 42 and 67. RGB value is (24,66,103). Sum of RGB (Red+Green+Blue) = 24+66+103=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #184267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184267 is #E7BD98. Grayscale: #393939. Windows color (decimal): -15187353 or 6767128. OLE color: 6767128.

HSL color Cylindrical-coordinate representation of color #184267: hue angle of 208.1º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184267 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 66 103 -
CMYK 0.77 0.36 0 0.60
HSL 208.1º 0.62% 0.25% -
HSV(B) 208.1º 0.77% 0.4% -
XYZ 4.77 5.07 13.56 -
YUV 57.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 24 66 103 0.77 0.36 0 0.60 208.1 0.62 0.25
Hex 18 42 67 4D 24 0 3C D0 3E 19
Octal 30 102 147 115 44 0 74 320 76 31
Binary 11000 1000010 1100111 1001101 100100 0 111100 11010000 111110 11001

Color Harmonies of #184267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184267

Black with #184267

Text Example


Text Example

White with #184267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184267; }

 p { color: rgb(24,66,103); }

 H1.HeaderClassName
 {
   color: #184267;
 }
 .AnyTagClassName
 {
   color: #184267;
 }
</style>

background-color css

<style>
 a { background-color: #184267; }

 a { background-color: rgb(24,66,103); }

 div.DivClassName
 {
   background-color: #184267;
 }
 .BgClassName
 {
   background-color: #184267;
 }
</style>

border-color css

<style>
 span { border-color: #184267; }

 span { border-color: rgb(24,66,103); }

 td.TdClassName
 {
   border-color: #184267;
 }
 .TagClassName
 {
   border-color: #184267;
 }
</style>