Html Css Color HEX #015782 Dark Cerulean

📋 copy color: '#015782'

red 1 ◦ green 87 ◦ blue 130

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

Shades of Dark Cerulean #015782

Tints of Dark Cerulean #015782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

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

R = 0.46%
G = 39.91%
B = 59.63%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015782 (or 0x015782) is known color: Dark Cerulean. HEX triplet: 01, 57 and 82. RGB value is (1,87,130). Sum of RGB (Red+Green+Blue) = 1+87+130=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #015782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015782 is #FEA87D. Grayscale: #414141. Windows color (decimal): -16689278 or 8541953. OLE color: 8541953.

HSL color Cylindrical-coordinate representation of color #015782: hue angle of 200º 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 #015782 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 87 130 -
CMYK 0.99 0.33 0 0.49
HSL 200º 0.98% 0.26% -
HSV(B) 200º 0.99% 0.51% -
XYZ 7.45 8.43 22.35 -
YUV 66.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 1 87 130 0.99 0.33 0 0.49 200 0.98 0.26
Hex 1 57 82 63 21 0 31 C8 62 1A
Octal 1 127 202 143 41 0 61 310 142 32
Binary 1 1010111 10000010 1100011 100001 0 110001 11001000 1100010 11010

Color Harmonies of #015782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015782

Black with #015782

Text Example


Text Example

White with #015782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015782; }

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

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

background-color css

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

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

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

border-color css

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

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

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