Html Css Color HEX #011956 Sapphire

📋 copy color: '#011956'

red 1 ◦ green 25 ◦ blue 86

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

Shades of Sapphire #011956

Tints of Sapphire #011956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 86 (33.98% from 255) = 76.79%

R = 0.89%
G = 22.32%
B = 76.79%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011956 (or 0x011956) is known color: Sapphire. HEX triplet: 01, 19 and 56. RGB value is (1,25,86). Sum of RGB (Red+Green+Blue) = 1+25+86=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #011956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011956 is #FEE6A9. Grayscale: #181818. Windows color (decimal): -16705194 or 5642497. OLE color: 5642497.

HSL color Cylindrical-coordinate representation of color #011956: hue angle of 223.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011956 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 25 86 -
CMYK 0.99 0.71 0 0.66
HSL 223.06º 0.98% 0.17% -
HSV(B) 223.06º 0.99% 0.34% -
XYZ 2.04 1.37 8.96 -
YUV 24.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 1 25 86 0.99 0.71 0 0.66 223.06 0.98 0.17
Hex 1 19 56 63 47 0 42 DF 62 11
Octal 1 31 126 143 107 0 102 337 142 21
Binary 1 11001 1010110 1100011 1000111 0 1000010 11011111 1100010 10001

Color Harmonies of #011956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011956

Black with #011956

Text Example


Text Example

White with #011956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011956; }

 p { color: rgb(1,25,86); }

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

background-color css

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

 a { background-color: rgb(1,25,86); }

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

border-color css

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

 span { border-color: rgb(1,25,86); }

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