Html Css Color HEX #020A5B Sapphire

📋 copy color: '#020A5B'

red 2 ◦ green 10 ◦ blue 91

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

Shades of Sapphire #020A5B

Tints of Sapphire #020A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 88.35%

R = 1.94%
G = 9.71%
B = 88.35%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#020A5B (or 0x020A5B) is known color: Sapphire. HEX triplet: 02, 0A and 5B. RGB value is (2,10,91). Sum of RGB (Red+Green+Blue) = 2+10+91=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 91 (35.94% from 255 or 88.35% from 103); Max value from RGB is 91 - color contains mainly: blue. Hex color #020A5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A5B is #FDF5A4. Grayscale: #101010. Windows color (decimal): -16643493 or 5966338. OLE color: 5966338.

HSL color Cylindrical-coordinate representation of color #020A5B: hue angle of 234.61º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A5B is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 10 91 -
CMYK 0.98 0.89 0 0.64
HSL 234.61º 0.96% 0.18% -
HSV(B) 234.61º 0.98% 0.36% -
XYZ 2.02 0.99 9.98 -
YUV 16.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 2 10 91 0.98 0.89 0 0.64 234.61 0.96 0.18
Hex 2 A 5B 62 59 0 40 EB 60 12
Octal 2 12 133 142 131 0 100 353 140 22
Binary 10 1010 1011011 1100010 1011001 0 1000000 11101011 1100000 10010

Color Harmonies of #020A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A5B

Black with #020A5B

Text Example


Text Example

White with #020A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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