Html Css Color HEX #020A56 Sapphire

📋 copy color: '#020A56'

red 2 ◦ green 10 ◦ blue 86

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

Shades of Sapphire #020A56

Tints of Sapphire #020A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.2%

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

R = 2.04%
G = 10.2%
B = 87.76%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#020A56 (or 0x020A56) is known color: Sapphire. HEX triplet: 02, 0A and 56. RGB value is (2,10,86). Sum of RGB (Red+Green+Blue) = 2+10+86=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 86 (33.98% from 255 or 87.76% from 98); Max value from RGB is 86 - color contains mainly: blue. Hex color #020A56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A56 is #FDF5A9. Grayscale: #0F0F0F. Windows color (decimal): -16643498 or 5638658. OLE color: 5638658.

HSL color Cylindrical-coordinate representation of color #020A56: hue angle of 234.29º 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 #020A56 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 10 86 -
CMYK 0.98 0.88 0 0.66
HSL 234.29º 0.95% 0.17% -
HSV(B) 234.29º 0.98% 0.34% -
XYZ 1.81 0.9 8.88 -
YUV 16.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 2 10 86 0.98 0.88 0 0.66 234.29 0.95 0.17
Hex 2 A 56 62 58 0 42 EA 5F 11
Octal 2 12 126 142 130 0 102 352 137 21
Binary 10 1010 1010110 1100010 1011000 0 1000010 11101010 1011111 10001

Color Harmonies of #020A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A56

Black with #020A56

Text Example


Text Example

White with #020A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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