Html Css Color HEX #18438E Dark Cerulean

📋 copy color: '#18438E'

red 24 ◦ green 67 ◦ blue 142

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

Shades of Dark Cerulean #18438E

Tints of Dark Cerulean #18438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 142 (55.86% from 255) = 60.94%

R = 10.3%
G = 28.76%
B = 60.94%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18438E (or 0x18438E) is known color: Dark Cerulean. HEX triplet: 18, 43 and 8E. RGB value is (24,67,142). Sum of RGB (Red+Green+Blue) = 24+67+142=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #18438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18438E is #E7BC71. Grayscale: #3E3E3E. Windows color (decimal): -15187058 or 9323288. OLE color: 9323288.

HSL color Cylindrical-coordinate representation of color #18438E: hue angle of 218.14º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18438E is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 67 142 -
CMYK 0.83 0.53 0 0.44
HSL 218.14º 0.71% 0.33% -
HSV(B) 218.14º 0.83% 0.56% -
XYZ 7.27 6.16 26.4 -
YUV 62.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 24 67 142 0.83 0.53 0 0.44 218.14 0.71 0.33
Hex 18 43 8E 53 35 0 2C DA 47 21
Octal 30 103 216 123 65 0 54 332 107 41
Binary 11000 1000011 10001110 1010011 110101 0 101100 11011010 1000111 100001

Color Harmonies of #18438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18438E

Black with #18438E

Text Example


Text Example

White with #18438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,67,142); }

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

background-color css

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

 a { background-color: rgb(24,67,142); }

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

border-color css

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

 span { border-color: rgb(24,67,142); }

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