Html Css Color HEX #18437B Dark Cerulean

📋 copy color: '#18437B'

red 24 ◦ green 67 ◦ blue 123

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

Shades of Dark Cerulean #18437B

Tints of Dark Cerulean #18437B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.48%

R = 11.21%
G = 31.31%
B = 57.48%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18437B (or 0x18437B) is known color: Dark Cerulean. HEX triplet: 18, 43 and 7B. RGB value is (24,67,123). Sum of RGB (Red+Green+Blue) = 24+67+123=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #18437B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18437B is #E7BC84. Grayscale: #3C3C3C. Windows color (decimal): -15187077 or 8078104. OLE color: 8078104.

HSL color Cylindrical-coordinate representation of color #18437B: hue angle of 213.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18437B is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 67 123 -
CMYK 0.80 0.46 0 0.52
HSL 213.94º 0.67% 0.29% -
HSV(B) 213.94º 0.8% 0.48% -
XYZ 5.96 5.64 19.51 -
YUV 60.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 24 67 123 0.80 0.46 0 0.52 213.94 0.67 0.29
Hex 18 43 7B 50 2E 0 34 D6 43 1D
Octal 30 103 173 120 56 0 64 326 103 35
Binary 11000 1000011 1111011 1010000 101110 0 110100 11010110 1000011 11101

Color Harmonies of #18437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18437B

Black with #18437B

Text Example


Text Example

White with #18437B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18437B; }

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

 H1.HeaderClassName
 {
   color: #18437B;
 }
 .AnyTagClassName
 {
   color: #18437B;
 }
</style>

background-color css

<style>
 a { background-color: #18437B; }

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

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

border-color css

<style>
 span { border-color: #18437B; }

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

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