Html Css Color HEX #020F50 Sapphire

📋 copy color: '#020F50'

red 2 ◦ green 15 ◦ blue 80

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

Shades of Sapphire #020F50

Tints of Sapphire #020F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 82.47%

R = 2.06%
G = 15.46%
B = 82.47%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#020F50 (or 0x020F50) is known color: Sapphire. HEX triplet: 02, 0F and 50. RGB value is (2,15,80). Sum of RGB (Red+Green+Blue) = 2+15+80=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #020F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F50 is #FDF0AF. Grayscale: #121212. Windows color (decimal): -16642224 or 5246722. OLE color: 5246722.

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

Color convert

RGB 2 15 80 -
CMYK 0.98 0.81 0 0.69
HSL 230º 0.95% 0.16% -
HSV(B) 230º 0.98% 0.31% -
XYZ 1.64 0.93 7.68 -
YUV 18.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 2 15 80 0.98 0.81 0 0.69 230 0.95 0.16
Hex 2 F 50 62 51 0 45 E6 5F 10
Octal 2 17 120 142 121 0 105 346 137 20
Binary 10 1111 1010000 1100010 1010001 0 1000101 11100110 1011111 10000

Color Harmonies of #020F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F50

Black with #020F50

Text Example


Text Example

White with #020F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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