Html Css Color HEX #18467C Dark Cerulean

📋 copy color: '#18467C'

red 24 ◦ green 70 ◦ blue 124

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

Shades of Dark Cerulean #18467C

Tints of Dark Cerulean #18467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 11.01%
G = 32.11%
B = 56.88%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18467C (or 0x18467C) is known color: Dark Cerulean. HEX triplet: 18, 46 and 7C. RGB value is (24,70,124). Sum of RGB (Red+Green+Blue) = 24+70+124=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #18467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18467C is #E7B983. Grayscale: #3E3E3E. Windows color (decimal): -15186308 or 8144408. OLE color: 8144408.

HSL color Cylindrical-coordinate representation of color #18467C: hue angle of 212.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18467C is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 70 124 -
CMYK 0.81 0.44 0 0.51
HSL 212.4º 0.68% 0.29% -
HSV(B) 212.4º 0.81% 0.49% -
XYZ 6.2 6.03 19.91 -
YUV 62.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 24 70 124 0.81 0.44 0 0.51 212.4 0.68 0.29
Hex 18 46 7C 51 2C 0 33 D4 44 1D
Octal 30 106 174 121 54 0 63 324 104 35
Binary 11000 1000110 1111100 1010001 101100 0 110011 11010100 1000100 11101

Color Harmonies of #18467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18467C

Black with #18467C

Text Example


Text Example

White with #18467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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