Html Css Color HEX #18466F Dark Cerulean

📋 copy color: '#18466F'

red 24 ◦ green 70 ◦ blue 111

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

Shades of Dark Cerulean #18466F

Tints of Dark Cerulean #18466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 11.71%
G = 34.15%
B = 54.15%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#18466F (or 0x18466F) is known color: Dark Cerulean. HEX triplet: 18, 46 and 6F. RGB value is (24,70,111). Sum of RGB (Red+Green+Blue) = 24+70+111=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #18466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18466F is #E7B990. Grayscale: #3C3C3C. Windows color (decimal): -15186321 or 7292440. OLE color: 7292440.

HSL color Cylindrical-coordinate representation of color #18466F: hue angle of 208.28º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18466F is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 70 111 -
CMYK 0.78 0.37 0 0.56
HSL 208.28º 0.64% 0.26% -
HSV(B) 208.28º 0.78% 0.44% -
XYZ 5.44 5.72 15.86 -
YUV 60.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 24 70 111 0.78 0.37 0 0.56 208.28 0.64 0.26
Hex 18 46 6F 4E 25 0 38 D0 40 1A
Octal 30 106 157 116 45 0 70 320 100 32
Binary 11000 1000110 1101111 1001110 100101 0 111000 11010000 1000000 11010

Color Harmonies of #18466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18466F

Black with #18466F

Text Example


Text Example

White with #18466F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,70,111); }

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

background-color css

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

 a { background-color: rgb(24,70,111); }

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

border-color css

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

 span { border-color: rgb(24,70,111); }

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