Html Css Color HEX #18447E Dark Cerulean

📋 copy color: '#18447E'

red 24 ◦ green 68 ◦ blue 126

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

Shades of Dark Cerulean #18447E

Tints of Dark Cerulean #18447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.8%

R = 11.01%
G = 31.19%
B = 57.8%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18447E (or 0x18447E) is known color: Dark Cerulean. HEX triplet: 18, 44 and 7E. RGB value is (24,68,126). Sum of RGB (Red+Green+Blue) = 24+68+126=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #18447E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447E is #E7BB81. Grayscale: #3D3D3D. Windows color (decimal): -15186818 or 8274968. OLE color: 8274968.

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

Color convert

RGB 24 68 126 -
CMYK 0.81 0.46 0 0.51
HSL 214.12º 0.68% 0.29% -
HSV(B) 214.12º 0.81% 0.49% -
XYZ 6.21 5.83 20.54 -
YUV 61.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 24 68 126 0.81 0.46 0 0.51 214.12 0.68 0.29
Hex 18 44 7E 51 2E 0 33 D6 44 1D
Octal 30 104 176 121 56 0 63 326 104 35
Binary 11000 1000100 1111110 1010001 101110 0 110011 11010110 1000100 11101

Color Harmonies of #18447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18447E

Black with #18447E

Text Example


Text Example

White with #18447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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