Html Css Color HEX #153A79 Dark Cerulean

📋 copy color: '#153A79'

red 21 ◦ green 58 ◦ blue 121

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

Shades of Dark Cerulean #153A79

Tints of Dark Cerulean #153A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.5%

R = 10.5%
G = 29%
B = 60.5%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#153A79 (or 0x153A79) is known color: Dark Cerulean. HEX triplet: 15, 3A and 79. RGB value is (21,58,121). Sum of RGB (Red+Green+Blue) = 21+58+121=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #153A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A79 is #EAC586. Grayscale: #353535. Windows color (decimal): -15385991 or 7944725. OLE color: 7944725.

HSL color Cylindrical-coordinate representation of color #153A79: hue angle of 217.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #153A79 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 58 121 -
CMYK 0.83 0.52 0 0.53
HSL 217.8º 0.7% 0.28% -
HSV(B) 217.8º 0.83% 0.47% -
XYZ 5.27 4.57 18.69 -
YUV 54.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 21 58 121 0.83 0.52 0 0.53 217.8 0.7 0.28
Hex 15 3A 79 53 34 0 35 DA 46 1C
Octal 25 72 171 123 64 0 65 332 106 34
Binary 10101 111010 1111001 1010011 110100 0 110101 11011010 1000110 11100

Color Harmonies of #153A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A79

Black with #153A79

Text Example


Text Example

White with #153A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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