Html Css Color HEX #153D73 Dark Cerulean

📋 copy color: '#153D73'

red 21 ◦ green 61 ◦ blue 115

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

Shades of Dark Cerulean #153D73

Tints of Dark Cerulean #153D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.38%

R = 10.66%
G = 30.96%
B = 58.38%

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

#153D73 (or 0x153D73) is known color: Dark Cerulean. HEX triplet: 15, 3D and 73. RGB value is (21,61,115). Sum of RGB (Red+Green+Blue) = 21+61+115=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #153D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D73 is #EAC28C. Grayscale: #363636. Windows color (decimal): -15385229 or 7552277. OLE color: 7552277.

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

Color convert

RGB 21 61 115 -
CMYK 0.82 0.47 0 0.55
HSL 214.47º 0.69% 0.27% -
HSV(B) 214.47º 0.82% 0.45% -
XYZ 5.07 4.73 16.87 -
YUV 55.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 21 61 115 0.82 0.47 0 0.55 214.47 0.69 0.27
Hex 15 3D 73 52 2F 0 37 D6 45 1B
Octal 25 75 163 122 57 0 67 326 105 33
Binary 10101 111101 1110011 1010010 101111 0 110111 11010110 1000101 11011

Color Harmonies of #153D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D73

Black with #153D73

Text Example


Text Example

White with #153D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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