Html Css Color HEX #020F5B Sapphire

📋 copy color: '#020F5B'

red 2 ◦ green 15 ◦ blue 91

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

Shades of Sapphire #020F5B

Tints of Sapphire #020F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 84.26%

R = 1.85%
G = 13.89%
B = 84.26%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#020F5B (or 0x020F5B) is known color: Sapphire. HEX triplet: 02, 0F and 5B. RGB value is (2,15,91). Sum of RGB (Red+Green+Blue) = 2+15+91=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #020F5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F5B is #FDF0A4. Grayscale: #131313. Windows color (decimal): -16642213 or 5967618. OLE color: 5967618.

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

Color convert

RGB 2 15 91 -
CMYK 0.98 0.84 0 0.64
HSL 231.24º 0.96% 0.18% -
HSV(B) 231.24º 0.98% 0.36% -
XYZ 2.08 1.11 10 -
YUV 19.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 2 15 91 0.98 0.84 0 0.64 231.24 0.96 0.18
Hex 2 F 5B 62 54 0 40 E7 60 12
Octal 2 17 133 142 124 0 100 347 140 22
Binary 10 1111 1011011 1100010 1010100 0 1000000 11100111 1100000 10010

Color Harmonies of #020F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F5B

Black with #020F5B

Text Example


Text Example

White with #020F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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