Html Css Color HEX #071A70 Sapphire

📋 copy color: '#071A70'

red 7 ◦ green 26 ◦ blue 112

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

Shades of Sapphire #071A70

Tints of Sapphire #071A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

 BLUE value IS 112 (44.14% from 255) = 77.24%

R = 4.83%
G = 17.93%
B = 77.24%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#071A70 (or 0x071A70) is known color: Sapphire. HEX triplet: 07, 1A and 70. RGB value is (7,26,112). Sum of RGB (Red+Green+Blue) = 7+26+112=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #071A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A70 is #F8E58F. Grayscale: #1D1D1D. Windows color (decimal): -16311696 or 7346695. OLE color: 7346695.

HSL color Cylindrical-coordinate representation of color #071A70: hue angle of 229.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071A70 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 26 112 -
CMYK 0.94 0.77 0 0.56
HSL 229.14º 0.88% 0.23% -
HSV(B) 229.14º 0.94% 0.44% -
XYZ 3.38 1.95 15.53 -
YUV 30.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 7 26 112 0.94 0.77 0 0.56 229.14 0.88 0.23
Hex 7 1A 70 5E 4D 0 38 E5 58 17
Octal 7 32 160 136 115 0 70 345 130 27
Binary 111 11010 1110000 1011110 1001101 0 111000 11100101 1011000 10111

Color Harmonies of #071A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A70

Black with #071A70

Text Example


Text Example

White with #071A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071A70; }

 p { color: rgb(7,26,112); }

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

background-color css

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

 a { background-color: rgb(7,26,112); }

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

border-color css

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

 span { border-color: rgb(7,26,112); }

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