Html Css Color HEX #18357C Dark Cerulean

📋 copy color: '#18357C'

red 24 ◦ green 53 ◦ blue 124

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

Shades of Dark Cerulean #18357C

Tints of Dark Cerulean #18357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 11.94%
G = 26.37%
B = 61.69%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18357C (or 0x18357C) is known color: Dark Cerulean. HEX triplet: 18, 35 and 7C. RGB value is (24,53,124). Sum of RGB (Red+Green+Blue) = 24+53+124=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #18357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18357C is #E7CA83. Grayscale: #343434. Windows color (decimal): -15190660 or 8140056. OLE color: 8140056.

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

Color convert

RGB 24 53 124 -
CMYK 0.81 0.57 0 0.51
HSL 222.6º 0.68% 0.29% -
HSV(B) 222.6º 0.81% 0.49% -
XYZ 5.29 4.2 19.6 -
YUV 52.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 24 53 124 0.81 0.57 0 0.51 222.6 0.68 0.29
Hex 18 35 7C 51 39 0 33 DF 44 1D
Octal 30 65 174 121 71 0 63 337 104 35
Binary 11000 110101 1111100 1010001 111001 0 110011 11011111 1000100 11101

Color Harmonies of #18357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18357C

Black with #18357C

Text Example


Text Example

White with #18357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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