Html Css Color HEX #020D62 Sapphire

📋 copy color: '#020D62'

red 2 ◦ green 13 ◦ blue 98

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

Shades of Sapphire #020D62

Tints of Sapphire #020D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.5%

 BLUE value IS 98 (38.67% from 255) = 86.73%

R = 1.77%
G = 11.5%
B = 86.73%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#020D62 (or 0x020D62) is known color: Sapphire. HEX triplet: 02, 0D and 62. RGB value is (2,13,98). Sum of RGB (Red+Green+Blue) = 2+13+98=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #020D62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D62 is #FDF29D. Grayscale: #131313. Windows color (decimal): -16642718 or 6425858. OLE color: 6425858.

HSL color Cylindrical-coordinate representation of color #020D62: hue angle of 233.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D62 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 13 98 -
CMYK 0.98 0.87 0 0.62
HSL 233.13º 0.96% 0.2% -
HSV(B) 233.13º 0.98% 0.38% -
XYZ 2.37 1.18 11.66 -
YUV 19.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 2 13 98 0.98 0.87 0 0.62 233.13 0.96 0.2
Hex 2 D 62 62 57 0 3E E9 60 14
Octal 2 15 142 142 127 0 76 351 140 24
Binary 10 1101 1100010 1100010 1010111 0 111110 11101001 1100000 10100

Color Harmonies of #020D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D62

Black with #020D62

Text Example


Text Example

White with #020D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,13,98); }

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

background-color css

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

 a { background-color: rgb(2,13,98); }

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

border-color css

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

 span { border-color: rgb(2,13,98); }

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