Html Css Color HEX #153C85 Dark Cerulean

📋 copy color: '#153C85'

red 21 ◦ green 60 ◦ blue 133

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

Shades of Dark Cerulean #153C85

Tints of Dark Cerulean #153C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.15%

R = 9.81%
G = 28.04%
B = 62.15%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#153C85 (or 0x153C85) is known color: Dark Cerulean. HEX triplet: 15, 3C and 85. RGB value is (21,60,133). Sum of RGB (Red+Green+Blue) = 21+60+133=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #153C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C85 is #EAC37A. Grayscale: #383838. Windows color (decimal): -15385467 or 8731669. OLE color: 8731669.

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

Color convert

RGB 21 60 133 -
CMYK 0.84 0.55 0 0.48
HSL 219.11º 0.73% 0.3% -
HSV(B) 219.11º 0.84% 0.52% -
XYZ 6.16 5.08 22.85 -
YUV 56.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 21 60 133 0.84 0.55 0 0.48 219.11 0.73 0.3
Hex 15 3C 85 54 37 0 30 DB 49 1E
Octal 25 74 205 124 67 0 60 333 111 36
Binary 10101 111100 10000101 1010100 110111 0 110000 11011011 1001001 11110

Color Harmonies of #153C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C85

Black with #153C85

Text Example


Text Example

White with #153C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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