Html Css Color HEX #020A52 Sapphire

📋 copy color: '#020A52'

red 2 ◦ green 10 ◦ blue 82

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

Shades of Sapphire #020A52

Tints of Sapphire #020A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 87.23%

R = 2.13%
G = 10.64%
B = 87.23%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#020A52 (or 0x020A52) is known color: Sapphire. HEX triplet: 02, 0A and 52. RGB value is (2,10,82). Sum of RGB (Red+Green+Blue) = 2+10+82=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #020A52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A52 is #FDF5AD. Grayscale: #0F0F0F. Windows color (decimal): -16643502 or 5376514. OLE color: 5376514.

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

Color convert

RGB 2 10 82 -
CMYK 0.98 0.88 0 0.68
HSL 234º 0.95% 0.16% -
HSV(B) 234º 0.98% 0.32% -
XYZ 1.66 0.84 8.06 -
YUV 15.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 2 10 82 0.98 0.88 0 0.68 234 0.95 0.16
Hex 2 A 52 62 58 0 44 EA 5F 10
Octal 2 12 122 142 130 0 104 352 137 20
Binary 10 1010 1010010 1100010 1011000 0 1000100 11101010 1011111 10000

Color Harmonies of #020A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A52

Black with #020A52

Text Example


Text Example

White with #020A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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