Html Css Color HEX #18477F Dark Cerulean

📋 copy color: '#18477F'

red 24 ◦ green 71 ◦ blue 127

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

Shades of Dark Cerulean #18477F

Tints of Dark Cerulean #18477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 10.81%
G = 31.98%
B = 57.21%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18477F (or 0x18477F) is known color: Dark Cerulean. HEX triplet: 18, 47 and 7F. RGB value is (24,71,127). Sum of RGB (Red+Green+Blue) = 24+71+127=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #18477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18477F is #E7B880. Grayscale: #3F3F3F. Windows color (decimal): -15186049 or 8341272. OLE color: 8341272.

HSL color Cylindrical-coordinate representation of color #18477F: hue angle of 212.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18477F is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 71 127 -
CMYK 0.81 0.44 0 0.50
HSL 212.62º 0.68% 0.3% -
HSV(B) 212.62º 0.81% 0.5% -
XYZ 6.46 6.23 20.94 -
YUV 63.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 24 71 127 0.81 0.44 0 0.50 212.62 0.68 0.3
Hex 18 47 7F 51 2C 0 32 D5 44 1E
Octal 30 107 177 121 54 0 62 325 104 36
Binary 11000 1000111 1111111 1010001 101100 0 110010 11010101 1000100 11110

Color Harmonies of #18477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18477F

Black with #18477F

Text Example


Text Example

White with #18477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18477F; }

 p { color: rgb(24,71,127); }

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

background-color css

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

 a { background-color: rgb(24,71,127); }

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

border-color css

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

 span { border-color: rgb(24,71,127); }

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