Html Css Color HEX #071F73 Sapphire

📋 copy color: '#071F73'

red 7 ◦ green 31 ◦ blue 115

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

Shades of Sapphire #071F73

Tints of Sapphire #071F73

RGB

 RED value IS 7 (3.13% from 255) = 4.58%

 GREEN value IS 31 (12.5% from 255) = 20.26%

 BLUE value IS 115 (45.31% from 255) = 75.16%

R = 4.58%
G = 20.26%
B = 75.16%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#071F73 (or 0x071F73) is known color: Sapphire. HEX triplet: 07, 1F and 73. RGB value is (7,31,115). Sum of RGB (Red+Green+Blue) = 7+31+115=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #071F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F73 is #F8E08C. Grayscale: #212121. Windows color (decimal): -16310413 or 7544583. OLE color: 7544583.

HSL color Cylindrical-coordinate representation of color #071F73: hue angle of 226.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071F73 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 31 115 -
CMYK 0.94 0.73 0 0.55
HSL 226.67º 0.89% 0.24% -
HSV(B) 226.67º 0.94% 0.45% -
XYZ 3.67 2.26 16.46 -
YUV 33.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 7 31 115 0.94 0.73 0 0.55 226.67 0.89 0.24
Hex 7 1F 73 5E 49 0 37 E3 59 18
Octal 7 37 163 136 111 0 67 343 131 30
Binary 111 11111 1110011 1011110 1001001 0 110111 11100011 1011001 11000

Color Harmonies of #071F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071F73

Black with #071F73

Text Example


Text Example

White with #071F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071F73; }

 p { color: rgb(7,31,115); }

 H1.HeaderClassName
 {
   color: #071F73;
 }
 .AnyTagClassName
 {
   color: #071F73;
 }
</style>

background-color css

<style>
 a { background-color: #071F73; }

 a { background-color: rgb(7,31,115); }

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

border-color css

<style>
 span { border-color: #071F73; }

 span { border-color: rgb(7,31,115); }

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