Html Css Color HEX #020A4A Sapphire

📋 copy color: '#020A4A'

red 2 ◦ green 10 ◦ blue 74

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

Shades of Sapphire #020A4A

Tints of Sapphire #020A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 86.05%

R = 2.33%
G = 11.63%
B = 86.05%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#020A4A (or 0x020A4A) is known color: Sapphire. HEX triplet: 02, 0A and 4A. RGB value is (2,10,74). Sum of RGB (Red+Green+Blue) = 2+10+74=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 74 (29.30% from 255 or 86.05% from 86); Max value from RGB is 74 - color contains mainly: blue. Hex color #020A4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A4A is #FDF5B5. Grayscale: #0E0E0E. Windows color (decimal): -16643510 or 4852226. OLE color: 4852226.

HSL color Cylindrical-coordinate representation of color #020A4A: hue angle of 233.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020A4A is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 10 74 -
CMYK 0.97 0.86 0 0.71
HSL 233.33º 0.95% 0.15% -
HSV(B) 233.33º 0.97% 0.29% -
XYZ 1.37 0.72 6.55 -
YUV 14.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 2 10 74 0.97 0.86 0 0.71 233.33 0.95 0.15
Hex 2 A 4A 61 56 0 47 E9 5F F
Octal 2 12 112 141 126 0 107 351 137 17
Binary 10 1010 1001010 1100001 1010110 0 1000111 11101001 1011111 1111

Color Harmonies of #020A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A4A

Black with #020A4A

Text Example


Text Example

White with #020A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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