Html Css Color HEX #153B82 Dark Cerulean

📋 copy color: '#153B82'

red 21 ◦ green 59 ◦ blue 130

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

Shades of Dark Cerulean #153B82

Tints of Dark Cerulean #153B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.9%

R = 10%
G = 28.1%
B = 61.9%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153B82 (or 0x153B82) is known color: Dark Cerulean. HEX triplet: 15, 3B and 82. RGB value is (21,59,130). Sum of RGB (Red+Green+Blue) = 21+59+130=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #153B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B82 is #EAC47D. Grayscale: #373737. Windows color (decimal): -15385726 or 8534805. OLE color: 8534805.

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

Color convert

RGB 21 59 130 -
CMYK 0.84 0.55 0 0.49
HSL 219.08º 0.72% 0.3% -
HSV(B) 219.08º 0.84% 0.51% -
XYZ 5.9 4.9 21.75 -
YUV 55.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 21 59 130 0.84 0.55 0 0.49 219.08 0.72 0.3
Hex 15 3B 82 54 37 0 31 DB 48 1E
Octal 25 73 202 124 67 0 61 333 110 36
Binary 10101 111011 10000010 1010100 110111 0 110001 11011011 1001000 11110

Color Harmonies of #153B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B82

Black with #153B82

Text Example


Text Example

White with #153B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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