Html Css Color HEX #071A49 Sapphire

📋 copy color: '#071A49'

red 7 ◦ green 26 ◦ blue 73

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

Shades of Sapphire #071A49

Tints of Sapphire #071A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 68.87%

R = 6.6%
G = 24.53%
B = 68.87%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#071A49 (or 0x071A49) is known color: Sapphire. HEX triplet: 07, 1A and 49. RGB value is (7,26,73). Sum of RGB (Red+Green+Blue) = 7+26+73=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #071A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A49 is #F8E5B6. Grayscale: #191919. Windows color (decimal): -16311735 or 4790791. OLE color: 4790791.

HSL color Cylindrical-coordinate representation of color #071A49: hue angle of 222.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071A49 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 26 73 -
CMYK 0.90 0.64 0 0.71
HSL 222.73º 0.83% 0.16% -
HSV(B) 222.73º 0.9% 0.29% -
XYZ 1.66 1.26 6.46 -
YUV 25.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 7 26 73 0.90 0.64 0 0.71 222.73 0.83 0.16
Hex 7 1A 49 5A 40 0 47 DF 52 10
Octal 7 32 111 132 100 0 107 337 122 20
Binary 111 11010 1001001 1011010 1000000 0 1000111 11011111 1010010 10000

Color Harmonies of #071A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A49

Black with #071A49

Text Example


Text Example

White with #071A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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