Html Css Color HEX #020F56 Sapphire

📋 copy color: '#020F56'

red 2 ◦ green 15 ◦ blue 86

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

Shades of Sapphire #020F56

Tints of Sapphire #020F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 83.5%

R = 1.94%
G = 14.56%
B = 83.5%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#020F56 (or 0x020F56) is known color: Sapphire. HEX triplet: 02, 0F and 56. RGB value is (2,15,86). Sum of RGB (Red+Green+Blue) = 2+15+86=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 86 (33.98% from 255 or 83.50% from 103); Max value from RGB is 86 - color contains mainly: blue. Hex color #020F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F56 is #FDF0A9. Grayscale: #121212. Windows color (decimal): -16642218 or 5639938. OLE color: 5639938.

HSL color Cylindrical-coordinate representation of color #020F56: hue angle of 230.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F56 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 15 86 -
CMYK 0.98 0.83 0 0.66
HSL 230.71º 0.95% 0.17% -
HSV(B) 230.71º 0.98% 0.34% -
XYZ 1.88 1.03 8.9 -
YUV 19.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 2 15 86 0.98 0.83 0 0.66 230.71 0.95 0.17
Hex 2 F 56 62 53 0 42 E7 5F 11
Octal 2 17 126 142 123 0 102 347 137 21
Binary 10 1111 1010110 1100010 1010011 0 1000010 11100111 1011111 10001

Color Harmonies of #020F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F56

Black with #020F56

Text Example


Text Example

White with #020F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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