Html Css Color HEX #071150 Sapphire

📋 copy color: '#071150'

red 7 ◦ green 17 ◦ blue 80

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

Shades of Sapphire #071150

Tints of Sapphire #071150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

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

R = 6.73%
G = 16.35%
B = 76.92%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#071150 (or 0x071150) is known color: Sapphire. HEX triplet: 07, 11 and 50. RGB value is (7,17,80). Sum of RGB (Red+Green+Blue) = 7+17+80=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #071150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071150 is #F8EEAF. Grayscale: #141414. Windows color (decimal): -16314032 or 5247239. OLE color: 5247239.

HSL color Cylindrical-coordinate representation of color #071150: hue angle of 231.78º 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 #071150 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 17 80 -
CMYK 0.91 0.79 0 0.69
HSL 231.78º 0.84% 0.17% -
HSV(B) 231.78º 0.91% 0.31% -
XYZ 1.74 1.03 7.7 -
YUV 21.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 7 17 80 0.91 0.79 0 0.69 231.78 0.84 0.17
Hex 7 11 50 5B 4F 0 45 E8 54 11
Octal 7 21 120 133 117 0 105 350 124 21
Binary 111 10001 1010000 1011011 1001111 0 1000101 11101000 1010100 10001

Color Harmonies of #071150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071150

Black with #071150

Text Example


Text Example

White with #071150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071150; }

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

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

background-color css

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

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

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

border-color css

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

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

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