Html Css Color HEX #020F4D Sapphire

📋 copy color: '#020F4D'

red 2 ◦ green 15 ◦ blue 77

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

Shades of Sapphire #020F4D

Tints of Sapphire #020F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 81.91%

R = 2.13%
G = 15.96%
B = 81.91%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#020F4D (or 0x020F4D) is known color: Sapphire. HEX triplet: 02, 0F and 4D. RGB value is (2,15,77). Sum of RGB (Red+Green+Blue) = 2+15+77=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #020F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F4D is #FDF0B2. Grayscale: #111111. Windows color (decimal): -16642227 or 5050114. OLE color: 5050114.

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

Color convert

RGB 2 15 77 -
CMYK 0.97 0.81 0 0.70
HSL 229.6º 0.95% 0.15% -
HSV(B) 229.6º 0.97% 0.3% -
XYZ 1.54 0.89 7.11 -
YUV 18.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 2 15 77 0.97 0.81 0 0.70 229.6 0.95 0.15
Hex 2 F 4D 61 51 0 46 E6 5F F
Octal 2 17 115 141 121 0 106 346 137 17
Binary 10 1111 1001101 1100001 1010001 0 1000110 11100110 1011111 1111

Color Harmonies of #020F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F4D

Black with #020F4D

Text Example


Text Example

White with #020F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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