Html Css Color HEX #010956 Sapphire

📋 copy color: '#010956'

red 1 ◦ green 9 ◦ blue 86

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

Shades of Sapphire #010956

Tints of Sapphire #010956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.38%

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

R = 1.04%
G = 9.38%
B = 89.58%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010956 (or 0x010956) is known color: Sapphire. HEX triplet: 01, 09 and 56. RGB value is (1,9,86). Sum of RGB (Red+Green+Blue) = 1+9+86=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 86 (33.98% from 255 or 89.58% from 96); Max value from RGB is 86 - color contains mainly: blue. Hex color #010956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010956 is #FEF6A9. Grayscale: #0F0F0F. Windows color (decimal): -16709290 or 5638401. OLE color: 5638401.

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

Color convert

RGB 1 9 86 -
CMYK 0.99 0.90 0 0.66
HSL 234.35º 0.98% 0.17% -
HSV(B) 234.35º 0.99% 0.34% -
XYZ 1.79 0.87 8.88 -
YUV 15.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 1 9 86 0.99 0.90 0 0.66 234.35 0.98 0.17
Hex 1 9 56 63 5A 0 42 EA 62 11
Octal 1 11 126 143 132 0 102 352 142 21
Binary 1 1001 1010110 1100011 1011010 0 1000010 11101010 1100010 10001

Color Harmonies of #010956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010956

Black with #010956

Text Example


Text Example

White with #010956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010956; }

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

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

background-color css

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

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

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

border-color css

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

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

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