Html Css Color HEX #153A85 Dark Cerulean

📋 copy color: '#153A85'

red 21 ◦ green 58 ◦ blue 133

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

Shades of Dark Cerulean #153A85

Tints of Dark Cerulean #153A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.36%

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

R = 9.91%
G = 27.36%
B = 62.74%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#153A85 (or 0x153A85) is known color: Dark Cerulean. HEX triplet: 15, 3A and 85. RGB value is (21,58,133). Sum of RGB (Red+Green+Blue) = 21+58+133=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #153A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153A85 is #EAC57A. Grayscale: #373737. Windows color (decimal): -15385979 or 8731157. OLE color: 8731157.

HSL color Cylindrical-coordinate representation of color #153A85: hue angle of 220.18º 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 #153A85 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 58 133 -
CMYK 0.84 0.56 0 0.48
HSL 220.18º 0.73% 0.3% -
HSV(B) 220.18º 0.84% 0.52% -
XYZ 6.06 4.88 22.81 -
YUV 55.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 21 58 133 0.84 0.56 0 0.48 220.18 0.73 0.3
Hex 15 3A 85 54 38 0 30 DC 49 1E
Octal 25 72 205 124 70 0 60 334 111 36
Binary 10101 111010 10000101 1010100 111000 0 110000 11011100 1001001 11110

Color Harmonies of #153A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A85

Black with #153A85

Text Example


Text Example

White with #153A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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