Html Css Color HEX #020D61 Sapphire

📋 copy color: '#020D61'

red 2 ◦ green 13 ◦ blue 97

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

Shades of Sapphire #020D61

Tints of Sapphire #020D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 86.61%

R = 1.79%
G = 11.61%
B = 86.61%

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

#020D61 (or 0x020D61) is known color: Sapphire. HEX triplet: 02, 0D and 61. RGB value is (2,13,97). Sum of RGB (Red+Green+Blue) = 2+13+97=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 97 (38.28% from 255 or 86.61% from 112); Max value from RGB is 97 - color contains mainly: blue. Hex color #020D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D61 is #FDF29E. Grayscale: #121212. Windows color (decimal): -16642719 or 6360322. OLE color: 6360322.

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

Color convert

RGB 2 13 97 -
CMYK 0.98 0.87 0 0.62
HSL 233.05º 0.96% 0.19% -
HSV(B) 233.05º 0.98% 0.38% -
XYZ 2.33 1.16 11.41 -
YUV 19.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 2 13 97 0.98 0.87 0 0.62 233.05 0.96 0.19
Hex 2 D 61 62 57 0 3E E9 60 13
Octal 2 15 141 142 127 0 76 351 140 23
Binary 10 1101 1100001 1100010 1010111 0 111110 11101001 1100000 10011

Color Harmonies of #020D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D61

Black with #020D61

Text Example


Text Example

White with #020D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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