Html Css Color HEX #153D74 Dark Cerulean

📋 copy color: '#153D74'

red 21 ◦ green 61 ◦ blue 116

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

Shades of Dark Cerulean #153D74

Tints of Dark Cerulean #153D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.81%

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

R = 10.61%
G = 30.81%
B = 58.59%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#153D74 (or 0x153D74) is known color: Dark Cerulean. HEX triplet: 15, 3D and 74. RGB value is (21,61,116). Sum of RGB (Red+Green+Blue) = 21+61+116=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #153D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D74 is #EAC28B. Grayscale: #373737. Windows color (decimal): -15385228 or 7617813. OLE color: 7617813.

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

Color convert

RGB 21 61 116 -
CMYK 0.82 0.47 0 0.55
HSL 214.74º 0.69% 0.27% -
HSV(B) 214.74º 0.82% 0.45% -
XYZ 5.13 4.76 17.17 -
YUV 55.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 21 61 116 0.82 0.47 0 0.55 214.74 0.69 0.27
Hex 15 3D 74 52 2F 0 37 D7 45 1B
Octal 25 75 164 122 57 0 67 327 105 33
Binary 10101 111101 1110100 1010010 101111 0 110111 11010111 1000101 11011

Color Harmonies of #153D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D74

Black with #153D74

Text Example


Text Example

White with #153D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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