Html Css Color HEX #070D50 Sapphire

📋 copy color: '#070D50'

red 7 ◦ green 13 ◦ blue 80

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

Shades of Sapphire #070D50

Tints of Sapphire #070D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

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

R = 7%
G = 13%
B = 80%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#070D50 (or 0x070D50) is known color: Sapphire. HEX triplet: 07, 0D and 50. RGB value is (7,13,80). Sum of RGB (Red+Green+Blue) = 7+13+80=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #070D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D50 is #F8F2AF. Grayscale: #121212. Windows color (decimal): -16315056 or 5246215. OLE color: 5246215.

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

Color convert

RGB 7 13 80 -
CMYK 0.91 0.84 0 0.69
HSL 235.07º 0.84% 0.17% -
HSV(B) 235.07º 0.91% 0.31% -
XYZ 1.68 0.91 7.68 -
YUV 18.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 7 13 80 0.91 0.84 0 0.69 235.07 0.84 0.17
Hex 7 D 50 5B 54 0 45 EB 54 11
Octal 7 15 120 133 124 0 105 353 124 21
Binary 111 1101 1010000 1011011 1010100 0 1000101 11101011 1010100 10001

Color Harmonies of #070D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D50

Black with #070D50

Text Example


Text Example

White with #070D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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