Html Css Color HEX #015982 Dark Cerulean

📋 copy color: '#015982'

red 1 ◦ green 89 ◦ blue 130

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

Shades of Dark Cerulean #015982

Tints of Dark Cerulean #015982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 59.09%

R = 0.45%
G = 40.45%
B = 59.09%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015982 (or 0x015982) is known color: Dark Cerulean. HEX triplet: 01, 59 and 82. RGB value is (1,89,130). Sum of RGB (Red+Green+Blue) = 1+89+130=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #015982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015982 is #FEA67D. Grayscale: #434343. Windows color (decimal): -16688766 or 8542465. OLE color: 8542465.

HSL color Cylindrical-coordinate representation of color #015982: hue angle of 199.07º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015982 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 89 130 -
CMYK 0.99 0.32 0 0.49
HSL 199.07º 0.98% 0.26% -
HSV(B) 199.07º 0.99% 0.51% -
XYZ 7.61 8.76 22.41 -
YUV 67.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 1 89 130 0.99 0.32 0 0.49 199.07 0.98 0.26
Hex 1 59 82 63 20 0 31 C7 62 1A
Octal 1 131 202 143 40 0 61 307 142 32
Binary 1 1011001 10000010 1100011 100000 0 110001 11000111 1100010 11010

Color Harmonies of #015982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015982

Black with #015982

Text Example


Text Example

White with #015982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015982; }

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

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

background-color css

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

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

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

border-color css

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

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

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