Html Css Color HEX #020956 Sapphire

📋 copy color: '#020956'

red 2 ◦ green 9 ◦ blue 86

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

Shades of Sapphire #020956

Tints of Sapphire #020956

RGB

 RED value IS 2 (1.17% from 255) = 2.06%

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

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

R = 2.06%
G = 9.28%
B = 88.66%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#020956 (or 0x020956) is known color: Sapphire. HEX triplet: 02, 09 and 56. RGB value is (2,9,86). Sum of RGB (Red+Green+Blue) = 2+9+86=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 86 (33.98% from 255 or 88.66% from 97); Max value from RGB is 86 - color contains mainly: blue. Hex color #020956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020956 is #FDF6A9. Grayscale: #0F0F0F. Windows color (decimal): -16643754 or 5638402. OLE color: 5638402.

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

Color convert

RGB 2 9 86 -
CMYK 0.98 0.90 0 0.66
HSL 235º 0.95% 0.17% -
HSV(B) 235º 0.98% 0.34% -
XYZ 1.8 0.88 8.88 -
YUV 15.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 2 9 86 0.98 0.90 0 0.66 235 0.95 0.17
Hex 2 9 56 62 5A 0 42 EB 5F 11
Octal 2 11 126 142 132 0 102 353 137 21
Binary 10 1001 1010110 1100010 1011010 0 1000010 11101011 1011111 10001

Color Harmonies of #020956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020956

Black with #020956

Text Example


Text Example

White with #020956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020956; }

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

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

background-color css

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

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

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

border-color css

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

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

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