Html Css Color HEX #153985 Dark Cerulean

📋 copy color: '#153985'

red 21 ◦ green 57 ◦ blue 133

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

Shades of Dark Cerulean #153985

Tints of Dark Cerulean #153985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 9.95%
G = 27.01%
B = 63.03%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#153985 (or 0x153985) is known color: Dark Cerulean. HEX triplet: 15, 39 and 85. RGB value is (21,57,133). Sum of RGB (Red+Green+Blue) = 21+57+133=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #153985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153985 is #EAC67A. Grayscale: #363636. Windows color (decimal): -15386235 or 8730901. OLE color: 8730901.

HSL color Cylindrical-coordinate representation of color #153985: hue angle of 220.71º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153985 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 57 133 -
CMYK 0.84 0.57 0 0.48
HSL 220.71º 0.73% 0.3% -
HSV(B) 220.71º 0.84% 0.52% -
XYZ 6.01 4.78 22.8 -
YUV 54.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 21 57 133 0.84 0.57 0 0.48 220.71 0.73 0.3
Hex 15 39 85 54 39 0 30 DD 49 1E
Octal 25 71 205 124 71 0 60 335 111 36
Binary 10101 111001 10000101 1010100 111001 0 110000 11011101 1001001 11110

Color Harmonies of #153985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153985

Black with #153985

Text Example


Text Example

White with #153985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153985; }

 p { color: rgb(21,57,133); }

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

background-color css

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

 a { background-color: rgb(21,57,133); }

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

border-color css

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

 span { border-color: rgb(21,57,133); }

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