Html Css Color HEX #18437C Dark Cerulean

📋 copy color: '#18437C'

red 24 ◦ green 67 ◦ blue 124

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

Shades of Dark Cerulean #18437C

Tints of Dark Cerulean #18437C

RGB

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

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

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

R = 11.16%
G = 31.16%
B = 57.67%

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

#18437C (or 0x18437C) is known color: Dark Cerulean. HEX triplet: 18, 43 and 7C. RGB value is (24,67,124). Sum of RGB (Red+Green+Blue) = 24+67+124=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #18437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18437C is #E7BC83. Grayscale: #3C3C3C. Windows color (decimal): -15187076 or 8143640. OLE color: 8143640.

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

Color convert

RGB 24 67 124 -
CMYK 0.81 0.46 0 0.51
HSL 214.2º 0.68% 0.29% -
HSV(B) 214.2º 0.81% 0.49% -
XYZ 6.02 5.66 19.84 -
YUV 60.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 24 67 124 0.81 0.46 0 0.51 214.2 0.68 0.29
Hex 18 43 7C 51 2E 0 33 D6 44 1D
Octal 30 103 174 121 56 0 63 326 104 35
Binary 11000 1000011 1111100 1010001 101110 0 110011 11010110 1000100 11101

Color Harmonies of #18437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18437C

Black with #18437C

Text Example


Text Example

White with #18437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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