Html Css Color HEX #18447C Dark Cerulean

📋 copy color: '#18447C'

red 24 ◦ green 68 ◦ blue 124

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

Shades of Dark Cerulean #18447C

Tints of Dark Cerulean #18447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

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

R = 11.11%
G = 31.48%
B = 57.41%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18447C (or 0x18447C) is known color: Dark Cerulean. HEX triplet: 18, 44 and 7C. RGB value is (24,68,124). Sum of RGB (Red+Green+Blue) = 24+68+124=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #18447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447C is #E7BB83. Grayscale: #3C3C3C. Windows color (decimal): -15186820 or 8143896. OLE color: 8143896.

HSL color Cylindrical-coordinate representation of color #18447C: hue angle of 213.6º 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 #18447C is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 68 124 -
CMYK 0.81 0.45 0 0.51
HSL 213.6º 0.68% 0.29% -
HSV(B) 213.6º 0.81% 0.49% -
XYZ 6.08 5.78 19.86 -
YUV 61.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 24 68 124 0.81 0.45 0 0.51 213.6 0.68 0.29
Hex 18 44 7C 51 2D 0 33 D6 44 1D
Octal 30 104 174 121 55 0 63 326 104 35
Binary 11000 1000100 1111100 1010001 101101 0 110011 11010110 1000100 11101

Color Harmonies of #18447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18447C

Black with #18447C

Text Example


Text Example

White with #18447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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