Html Css Color HEX #020751 Sapphire

📋 copy color: '#020751'

red 2 ◦ green 7 ◦ blue 81

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

Shades of Sapphire #020751

Tints of Sapphire #020751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.78%

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

R = 2.22%
G = 7.78%
B = 90%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020751 (or 0x020751) is known color: Sapphire. HEX triplet: 02, 07 and 51. RGB value is (2,7,81). Sum of RGB (Red+Green+Blue) = 2+7+81=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 81 (32.03% from 255 or 90% from 90); Max value from RGB is 81 - color contains mainly: blue. Hex color #020751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020751 is #FDF8AE. Grayscale: #0D0D0D. Windows color (decimal): -16644271 or 5310210. OLE color: 5310210.

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

Color convert

RGB 2 7 81 -
CMYK 0.98 0.91 0 0.68
HSL 236.2º 0.95% 0.16% -
HSV(B) 236.2º 0.98% 0.32% -
XYZ 1.59 0.76 7.85 -
YUV 13.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 2 7 81 0.98 0.91 0 0.68 236.2 0.95 0.16
Hex 2 7 51 62 5B 0 44 EC 5F 10
Octal 2 7 121 142 133 0 104 354 137 20
Binary 10 111 1010001 1100010 1011011 0 1000100 11101100 1011111 10000

Color Harmonies of #020751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020751

Black with #020751

Text Example


Text Example

White with #020751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020751; }

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

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

background-color css

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

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

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

border-color css

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

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

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