Html Css Color HEX #070E50 Sapphire

📋 copy color: '#070E50'

red 7 ◦ green 14 ◦ blue 80

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

Shades of Sapphire #070E50

Tints of Sapphire #070E50

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

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

R = 6.93%
G = 13.86%
B = 79.21%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#070E50 (or 0x070E50) is known color: Sapphire. HEX triplet: 07, 0E and 50. RGB value is (7,14,80). Sum of RGB (Red+Green+Blue) = 7+14+80=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #070E50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E50 is #F8F1AF. Grayscale: #131313. Windows color (decimal): -16314800 or 5246471. OLE color: 5246471.

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

Color convert

RGB 7 14 80 -
CMYK 0.91 0.83 0 0.69
HSL 234.25º 0.84% 0.17% -
HSV(B) 234.25º 0.91% 0.31% -
XYZ 1.69 0.94 7.68 -
YUV 19.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 7 14 80 0.91 0.83 0 0.69 234.25 0.84 0.17
Hex 7 E 50 5B 53 0 45 EA 54 11
Octal 7 16 120 133 123 0 105 352 124 21
Binary 111 1110 1010000 1011011 1010011 0 1000101 11101010 1010100 10001

Color Harmonies of #070E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E50

Black with #070E50

Text Example


Text Example

White with #070E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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