Html Css Color HEX #015992 Dark Cerulean

📋 copy color: '#015992'

red 1 ◦ green 89 ◦ blue 146

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

Shades of Dark Cerulean #015992

Tints of Dark Cerulean #015992

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 0.42%
G = 37.71%
B = 61.86%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015992 (or 0x015992) is known color: Dark Cerulean. HEX triplet: 01, 59 and 92. RGB value is (1,89,146). Sum of RGB (Red+Green+Blue) = 1+89+146=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #015992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015992 is #FEA66D. Grayscale: #444444. Windows color (decimal): -16688750 or 9591041. OLE color: 9591041.

HSL color Cylindrical-coordinate representation of color #015992: hue angle of 203.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015992 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 89 146 -
CMYK 0.99 0.39 0 0.43
HSL 203.59º 0.99% 0.29% -
HSV(B) 203.59º 0.99% 0.57% -
XYZ 8.77 9.23 28.51 -
YUV 69.19 171.35 79.37 -
System Red Green Blue C M Y K H S L
Decimal 1 89 146 0.99 0.39 0 0.43 203.59 0.99 0.29
Hex 1 59 92 63 27 0 2B CC 63 1D
Octal 1 131 222 143 47 0 53 314 143 35
Binary 1 1011001 10010010 1100011 100111 0 101011 11001100 1100011 11101

Color Harmonies of #015992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015992

Black with #015992

Text Example


Text Example

White with #015992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015992; }

 p { color: rgb(1,89,146); }

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

background-color css

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

 a { background-color: rgb(1,89,146); }

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

border-color css

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

 span { border-color: rgb(1,89,146); }

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