Html Css Color HEX #070D51 Sapphire

📋 copy color: '#070D51'

red 7 ◦ green 13 ◦ blue 81

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

Shades of Sapphire #070D51

Tints of Sapphire #070D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 80.2%

R = 6.93%
G = 12.87%
B = 80.2%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#070D51 (or 0x070D51) is known color: Sapphire. HEX triplet: 07, 0D and 51. RGB value is (7,13,81). Sum of RGB (Red+Green+Blue) = 7+13+81=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #070D51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D51 is #F8F2AE. Grayscale: #121212. Windows color (decimal): -16315055 or 5311751. OLE color: 5311751.

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

Color convert

RGB 7 13 81 -
CMYK 0.91 0.84 0 0.68
HSL 235.14º 0.84% 0.17% -
HSV(B) 235.14º 0.91% 0.32% -
XYZ 1.72 0.93 7.87 -
YUV 18.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 7 13 81 0.91 0.84 0 0.68 235.14 0.84 0.17
Hex 7 D 51 5B 54 0 44 EB 54 11
Octal 7 15 121 133 124 0 104 353 124 21
Binary 111 1101 1010001 1011011 1010100 0 1000100 11101011 1010100 10001

Color Harmonies of #070D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D51

Black with #070D51

Text Example


Text Example

White with #070D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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