Html Css Color HEX #153F80 Dark Cerulean

📋 copy color: '#153F80'

red 21 ◦ green 63 ◦ blue 128

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

Shades of Dark Cerulean #153F80

Tints of Dark Cerulean #153F80

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 128 (50.39% from 255) = 60.38%

R = 9.91%
G = 29.72%
B = 60.38%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#153F80 (or 0x153F80) is known color: Dark Cerulean. HEX triplet: 15, 3F and 80. RGB value is (21,63,128). Sum of RGB (Red+Green+Blue) = 21+63+128=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #153F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F80 is #EAC07F. Grayscale: #393939. Windows color (decimal): -15384704 or 8404757. OLE color: 8404757.

HSL color Cylindrical-coordinate representation of color #153F80: hue angle of 216.45º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153F80 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 63 128 -
CMYK 0.84 0.51 0 0.50
HSL 216.45º 0.72% 0.29% -
HSV(B) 216.45º 0.84% 0.5% -
XYZ 5.98 5.27 21.12 -
YUV 57.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 21 63 128 0.84 0.51 0 0.50 216.45 0.72 0.29
Hex 15 3F 80 54 33 0 32 D8 48 1D
Octal 25 77 200 124 63 0 62 330 110 35
Binary 10101 111111 10000000 1010100 110011 0 110010 11011000 1001000 11101

Color Harmonies of #153F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F80

Black with #153F80

Text Example


Text Example

White with #153F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,128); }

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

background-color css

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

 a { background-color: rgb(21,63,128); }

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

border-color css

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

 span { border-color: rgb(21,63,128); }

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