Html Css Color HEX #020F5F Sapphire

📋 copy color: '#020F5F'

red 2 ◦ green 15 ◦ blue 95

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

Shades of Sapphire #020F5F

Tints of Sapphire #020F5F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.39%

 BLUE value IS 95 (37.5% from 255) = 84.82%

R = 1.79%
G = 13.39%
B = 84.82%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#020F5F (or 0x020F5F) is known color: Sapphire. HEX triplet: 02, 0F and 5F. RGB value is (2,15,95). Sum of RGB (Red+Green+Blue) = 2+15+95=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #020F5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F5F is #FDF0A0. Grayscale: #131313. Windows color (decimal): -16642209 or 6229762. OLE color: 6229762.

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

Color convert

RGB 2 15 95 -
CMYK 0.98 0.84 0 0.63
HSL 231.61º 0.96% 0.19% -
HSV(B) 231.61º 0.98% 0.37% -
XYZ 2.26 1.18 10.94 -
YUV 20.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 2 15 95 0.98 0.84 0 0.63 231.61 0.96 0.19
Hex 2 F 5F 62 54 0 3F E8 60 13
Octal 2 17 137 142 124 0 77 350 140 23
Binary 10 1111 1011111 1100010 1010100 0 111111 11101000 1100000 10011

Color Harmonies of #020F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F5F

Black with #020F5F

Text Example


Text Example

White with #020F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,95); }

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

background-color css

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

 a { background-color: rgb(2,15,95); }

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

border-color css

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

 span { border-color: rgb(2,15,95); }

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