Html Css Color HEX #153B78 Dark Cerulean

📋 copy color: '#153B78'

red 21 ◦ green 59 ◦ blue 120

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

Shades of Dark Cerulean #153B78

Tints of Dark Cerulean #153B78

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.5%

 BLUE value IS 120 (47.27% from 255) = 60%

R = 10.5%
G = 29.5%
B = 60%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#153B78 (or 0x153B78) is known color: Dark Cerulean. HEX triplet: 15, 3B and 78. RGB value is (21,59,120). Sum of RGB (Red+Green+Blue) = 21+59+120=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #153B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B78 is #EAC487. Grayscale: #363636. Windows color (decimal): -15385736 or 7879445. OLE color: 7879445.

HSL color Cylindrical-coordinate representation of color #153B78: hue angle of 216.97º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153B78 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 59 120 -
CMYK 0.83 0.51 0 0.53
HSL 216.97º 0.7% 0.28% -
HSV(B) 216.97º 0.83% 0.47% -
XYZ 5.26 4.64 18.39 -
YUV 54.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 21 59 120 0.83 0.51 0 0.53 216.97 0.7 0.28
Hex 15 3B 78 53 33 0 35 D9 46 1C
Octal 25 73 170 123 63 0 65 331 106 34
Binary 10101 111011 1111000 1010011 110011 0 110101 11011001 1000110 11100

Color Harmonies of #153B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B78

Black with #153B78

Text Example


Text Example

White with #153B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153B78; }

 p { color: rgb(21,59,120); }

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

background-color css

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

 a { background-color: rgb(21,59,120); }

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

border-color css

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

 span { border-color: rgb(21,59,120); }

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