Html Css Color HEX #153C74 Dark Cerulean

📋 copy color: '#153C74'

red 21 ◦ green 60 ◦ blue 116

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

Shades of Dark Cerulean #153C74

Tints of Dark Cerulean #153C74

RGB

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

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

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

R = 10.66%
G = 30.46%
B = 58.88%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153C74 (or 0x153C74) is known color: Dark Cerulean. HEX triplet: 15, 3C and 74. RGB value is (21,60,116). Sum of RGB (Red+Green+Blue) = 21+60+116=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #153C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C74 is #EAC38B. Grayscale: #363636. Windows color (decimal): -15385484 or 7617557. OLE color: 7617557.

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

Color convert

RGB 21 60 116 -
CMYK 0.82 0.48 0 0.55
HSL 215.37º 0.69% 0.27% -
HSV(B) 215.37º 0.82% 0.45% -
XYZ 5.08 4.65 17.15 -
YUV 54.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 21 60 116 0.82 0.48 0 0.55 215.37 0.69 0.27
Hex 15 3C 74 52 30 0 37 D7 45 1B
Octal 25 74 164 122 60 0 67 327 105 33
Binary 10101 111100 1110100 1010010 110000 0 110111 11010111 1000101 11011

Color Harmonies of #153C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C74

Black with #153C74

Text Example


Text Example

White with #153C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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