Html Css Color HEX #18357F Dark Cerulean

📋 copy color: '#18357F'

red 24 ◦ green 53 ◦ blue 127

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

Shades of Dark Cerulean #18357F

Tints of Dark Cerulean #18357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 62.25%

R = 11.76%
G = 25.98%
B = 62.25%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18357F (or 0x18357F) is known color: Dark Cerulean. HEX triplet: 18, 35 and 7F. RGB value is (24,53,127). Sum of RGB (Red+Green+Blue) = 24+53+127=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #18357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18357F is #E7CA80. Grayscale: #343434. Windows color (decimal): -15190657 or 8336664. OLE color: 8336664.

HSL color Cylindrical-coordinate representation of color #18357F: hue angle of 223.11º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18357F is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 53 127 -
CMYK 0.81 0.58 0 0.50
HSL 223.11º 0.68% 0.3% -
HSV(B) 223.11º 0.81% 0.5% -
XYZ 5.48 4.27 20.61 -
YUV 52.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 24 53 127 0.81 0.58 0 0.50 223.11 0.68 0.3
Hex 18 35 7F 51 3A 0 32 DF 44 1E
Octal 30 65 177 121 72 0 62 337 104 36
Binary 11000 110101 1111111 1010001 111010 0 110010 11011111 1000100 11110

Color Harmonies of #18357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18357F

Black with #18357F

Text Example


Text Example

White with #18357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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