Html Css Color HEX #020951 Sapphire

📋 copy color: '#020951'

red 2 ◦ green 9 ◦ blue 81

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

Shades of Sapphire #020951

Tints of Sapphire #020951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 88.04%

R = 2.17%
G = 9.78%
B = 88.04%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020951 (or 0x020951) is known color: Sapphire. HEX triplet: 02, 09 and 51. RGB value is (2,9,81). Sum of RGB (Red+Green+Blue) = 2+9+81=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 81 (32.03% from 255 or 88.04% from 92); Max value from RGB is 81 - color contains mainly: blue. Hex color #020951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020951 is #FDF6AE. Grayscale: #0E0E0E. Windows color (decimal): -16643759 or 5310722. OLE color: 5310722.

HSL color Cylindrical-coordinate representation of color #020951: hue angle of 234.68º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020951 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 9 81 -
CMYK 0.98 0.89 0 0.68
HSL 234.68º 0.95% 0.16% -
HSV(B) 234.68º 0.98% 0.32% -
XYZ 1.61 0.8 7.85 -
YUV 15.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 2 9 81 0.98 0.89 0 0.68 234.68 0.95 0.16
Hex 2 9 51 62 59 0 44 EB 5F 10
Octal 2 11 121 142 131 0 104 353 137 20
Binary 10 1001 1010001 1100010 1011001 0 1000100 11101011 1011111 10000

Color Harmonies of #020951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020951

Black with #020951

Text Example


Text Example

White with #020951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020951; }

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

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

background-color css

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

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

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

border-color css

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

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

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