Html Css Color HEX #153975 Dark Cerulean

📋 copy color: '#153975'

red 21 ◦ green 57 ◦ blue 117

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

Shades of Dark Cerulean #153975

Tints of Dark Cerulean #153975

RGB

 RED value IS 21 (8.59% from 255) = 10.77%

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 117 (46.09% from 255) = 60%

R = 10.77%
G = 29.23%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153975 (or 0x153975) is known color: Dark Cerulean. HEX triplet: 15, 39 and 75. RGB value is (21,57,117). Sum of RGB (Red+Green+Blue) = 21+57+117=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #153975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153975 is #EAC68A. Grayscale: #343434. Windows color (decimal): -15386251 or 7682325. OLE color: 7682325.

HSL color Cylindrical-coordinate representation of color #153975: hue angle of 217.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153975 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 57 117 -
CMYK 0.82 0.51 0 0.54
HSL 217.5º 0.7% 0.27% -
HSV(B) 217.5º 0.82% 0.46% -
XYZ 4.98 4.37 17.41 -
YUV 53.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 21 57 117 0.82 0.51 0 0.54 217.5 0.7 0.27
Hex 15 39 75 52 33 0 36 DA 46 1B
Octal 25 71 165 122 63 0 66 332 106 33
Binary 10101 111001 1110101 1010010 110011 0 110110 11011010 1000110 11011

Color Harmonies of #153975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153975

Black with #153975

Text Example


Text Example

White with #153975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153975; }

 p { color: rgb(21,57,117); }

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

background-color css

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

 a { background-color: rgb(21,57,117); }

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

border-color css

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

 span { border-color: rgb(21,57,117); }

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