Html Css Color HEX #153C70 Dark Cerulean

📋 copy color: '#153C70'

red 21 ◦ green 60 ◦ blue 112

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

Shades of Dark Cerulean #153C70

Tints of Dark Cerulean #153C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.09%

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 10.88%
G = 31.09%
B = 58.03%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#153C70 (or 0x153C70) is known color: Dark Cerulean. HEX triplet: 15, 3C and 70. RGB value is (21,60,112). Sum of RGB (Red+Green+Blue) = 21+60+112=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #153C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C70 is #EAC38F. Grayscale: #363636. Windows color (decimal): -15385488 or 7355413. OLE color: 7355413.

HSL color Cylindrical-coordinate representation of color #153C70: hue angle of 214.29º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153C70 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 60 112 -
CMYK 0.81 0.46 0 0.56
HSL 214.29º 0.68% 0.26% -
HSV(B) 214.29º 0.81% 0.44% -
XYZ 4.85 4.56 15.95 -
YUV 54.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 21 60 112 0.81 0.46 0 0.56 214.29 0.68 0.26
Hex 15 3C 70 51 2E 0 38 D6 44 1A
Octal 25 74 160 121 56 0 70 326 104 32
Binary 10101 111100 1110000 1010001 101110 0 111000 11010110 1000100 11010

Color Harmonies of #153C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C70

Black with #153C70

Text Example


Text Example

White with #153C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,112); }

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

background-color css

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

 a { background-color: rgb(21,60,112); }

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

border-color css

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

 span { border-color: rgb(21,60,112); }

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