Html Css Color HEX #020F4F Sapphire

📋 copy color: '#020F4F'

red 2 ◦ green 15 ◦ blue 79

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

Shades of Sapphire #020F4F

Tints of Sapphire #020F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 82.29%

R = 2.08%
G = 15.63%
B = 82.29%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#020F4F (or 0x020F4F) is known color: Sapphire. HEX triplet: 02, 0F and 4F. RGB value is (2,15,79). Sum of RGB (Red+Green+Blue) = 2+15+79=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 79 (31.25% from 255 or 82.29% from 96); Max value from RGB is 79 - color contains mainly: blue. Hex color #020F4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F4F is #FDF0B0. Grayscale: #121212. Windows color (decimal): -16642225 or 5181186. OLE color: 5181186.

HSL color Cylindrical-coordinate representation of color #020F4F: hue angle of 229.87º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020F4F is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 15 79 -
CMYK 0.97 0.81 0 0.69
HSL 229.87º 0.95% 0.16% -
HSV(B) 229.87º 0.97% 0.31% -
XYZ 1.61 0.92 7.49 -
YUV 18.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 2 15 79 0.97 0.81 0 0.69 229.87 0.95 0.16
Hex 2 F 4F 61 51 0 45 E6 5F 10
Octal 2 17 117 141 121 0 105 346 137 20
Binary 10 1111 1001111 1100001 1010001 0 1000101 11100110 1011111 10000

Color Harmonies of #020F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F4F

Black with #020F4F

Text Example


Text Example

White with #020F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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