Html Css Color HEX #071250 Sapphire

📋 copy color: '#071250'

red 7 ◦ green 18 ◦ blue 80

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

Shades of Sapphire #071250

Tints of Sapphire #071250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

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

R = 6.67%
G = 17.14%
B = 76.19%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#071250 (or 0x071250) is known color: Sapphire. HEX triplet: 07, 12 and 50. RGB value is (7,18,80). Sum of RGB (Red+Green+Blue) = 7+18+80=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #071250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071250 is #F8EDAF. Grayscale: #151515. Windows color (decimal): -16313776 or 5247495. OLE color: 5247495.

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

Color convert

RGB 7 18 80 -
CMYK 0.91 0.78 0 0.69
HSL 230.96º 0.84% 0.17% -
HSV(B) 230.96º 0.91% 0.31% -
XYZ 1.75 1.06 7.7 -
YUV 21.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 7 18 80 0.91 0.78 0 0.69 230.96 0.84 0.17
Hex 7 12 50 5B 4E 0 45 E7 54 11
Octal 7 22 120 133 116 0 105 347 124 21
Binary 111 10010 1010000 1011011 1001110 0 1000101 11100111 1010100 10001

Color Harmonies of #071250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071250

Black with #071250

Text Example


Text Example

White with #071250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071250; }

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

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

background-color css

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

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

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

border-color css

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

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

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