Html Css Color HEX #153B74 Dark Cerulean

📋 copy color: '#153B74'

red 21 ◦ green 59 ◦ blue 116

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

Shades of Dark Cerulean #153B74

Tints of Dark Cerulean #153B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 10.71%
G = 30.1%
B = 59.18%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153B74 (or 0x153B74) is known color: Dark Cerulean. HEX triplet: 15, 3B and 74. RGB value is (21,59,116). Sum of RGB (Red+Green+Blue) = 21+59+116=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #153B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B74 is #EAC48B. Grayscale: #353535. Windows color (decimal): -15385740 or 7617301. OLE color: 7617301.

HSL color Cylindrical-coordinate representation of color #153B74: hue angle of 216º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153B74 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 59 116 -
CMYK 0.82 0.49 0 0.55
HSL 216º 0.69% 0.27% -
HSV(B) 216º 0.82% 0.45% -
XYZ 5.03 4.55 17.14 -
YUV 54.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 21 59 116 0.82 0.49 0 0.55 216 0.69 0.27
Hex 15 3B 74 52 31 0 37 D8 45 1B
Octal 25 73 164 122 61 0 67 330 105 33
Binary 10101 111011 1110100 1010010 110001 0 110111 11011000 1000101 11011

Color Harmonies of #153B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B74

Black with #153B74

Text Example


Text Example

White with #153B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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