Html Css Color HEX #020F5E Sapphire

📋 copy color: '#020F5E'

red 2 ◦ green 15 ◦ blue 94

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

Shades of Sapphire #020F5E

Tints of Sapphire #020F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 84.68%

R = 1.8%
G = 13.51%
B = 84.68%

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

#020F5E (or 0x020F5E) is known color: Sapphire. HEX triplet: 02, 0F and 5E. RGB value is (2,15,94). Sum of RGB (Red+Green+Blue) = 2+15+94=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #020F5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F5E is #FDF0A1. Grayscale: #131313. Windows color (decimal): -16642210 or 6164226. OLE color: 6164226.

HSL color Cylindrical-coordinate representation of color #020F5E: hue angle of 231.52º 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 #020F5E is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 15 94 -
CMYK 0.98 0.84 0 0.63
HSL 231.52º 0.96% 0.19% -
HSV(B) 231.52º 0.98% 0.37% -
XYZ 2.22 1.16 10.7 -
YUV 20.12 169.69 115.08 -
System Red Green Blue C M Y K H S L
Decimal 2 15 94 0.98 0.84 0 0.63 231.52 0.96 0.19
Hex 2 F 5E 62 54 0 3F E8 60 13
Octal 2 17 136 142 124 0 77 350 140 23
Binary 10 1111 1011110 1100010 1010100 0 111111 11101000 1100000 10011

Color Harmonies of #020F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F5E

Black with #020F5E

Text Example


Text Example

White with #020F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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