Html Css Color HEX #020851 Sapphire

📋 copy color: '#020851'

red 2 ◦ green 8 ◦ blue 81

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

Shades of Sapphire #020851

Tints of Sapphire #020851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.79%

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

R = 2.2%
G = 8.79%
B = 89.01%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020851 (or 0x020851) is known color: Sapphire. HEX triplet: 02, 08 and 51. RGB value is (2,8,81). Sum of RGB (Red+Green+Blue) = 2+8+81=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 81 (32.03% from 255 or 89.01% from 91); Max value from RGB is 81 - color contains mainly: blue. Hex color #020851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020851 is #FDF7AE. Grayscale: #0E0E0E. Windows color (decimal): -16644015 or 5310466. OLE color: 5310466.

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

Color convert

RGB 2 8 81 -
CMYK 0.98 0.90 0 0.68
HSL 235.44º 0.95% 0.16% -
HSV(B) 235.44º 0.98% 0.32% -
XYZ 1.6 0.78 7.85 -
YUV 14.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 2 8 81 0.98 0.90 0 0.68 235.44 0.95 0.16
Hex 2 8 51 62 5A 0 44 EB 5F 10
Octal 2 10 121 142 132 0 104 353 137 20
Binary 10 1000 1010001 1100010 1011010 0 1000100 11101011 1011111 10000

Color Harmonies of #020851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020851

Black with #020851

Text Example


Text Example

White with #020851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020851; }

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

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

background-color css

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

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

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

border-color css

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

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

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