Html Css Color HEX #071950 Sapphire

📋 copy color: '#071950'

red 7 ◦ green 25 ◦ blue 80

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

Shades of Sapphire #071950

Tints of Sapphire #071950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 80 (31.64% from 255) = 71.43%

R = 6.25%
G = 22.32%
B = 71.43%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#071950 (or 0x071950) is known color: Sapphire. HEX triplet: 07, 19 and 50. RGB value is (7,25,80). Sum of RGB (Red+Green+Blue) = 7+25+80=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 80 (31.64% from 255 or 71.43% from 112); Max value from RGB is 80 - color contains mainly: blue. Hex color #071950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071950 is #F8E6AF. Grayscale: #191919. Windows color (decimal): -16311984 or 5249287. OLE color: 5249287.

HSL color Cylindrical-coordinate representation of color #071950: hue angle of 225.21º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071950 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 25 80 -
CMYK 0.91 0.69 0 0.69
HSL 225.21º 0.84% 0.17% -
HSV(B) 225.21º 0.91% 0.31% -
XYZ 1.88 1.32 7.74 -
YUV 25.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 7 25 80 0.91 0.69 0 0.69 225.21 0.84 0.17
Hex 7 19 50 5B 45 0 45 E1 54 11
Octal 7 31 120 133 105 0 105 341 124 21
Binary 111 11001 1010000 1011011 1000101 0 1000101 11100001 1010100 10001

Color Harmonies of #071950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071950

Black with #071950

Text Example


Text Example

White with #071950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071950; }

 p { color: rgb(7,25,80); }

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

background-color css

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

 a { background-color: rgb(7,25,80); }

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

border-color css

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

 span { border-color: rgb(7,25,80); }

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