Html Css Color HEX #071A53 Sapphire

📋 copy color: '#071A53'

red 7 ◦ green 26 ◦ blue 83

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

Shades of Sapphire #071A53

Tints of Sapphire #071A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 71.55%

R = 6.03%
G = 22.41%
B = 71.55%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071A53 (or 0x071A53) is known color: Sapphire. HEX triplet: 07, 1A and 53. RGB value is (7,26,83). Sum of RGB (Red+Green+Blue) = 7+26+83=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #071A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A53 is #F8E5AC. Grayscale: #1A1A1A. Windows color (decimal): -16311725 or 5446151. OLE color: 5446151.

HSL color Cylindrical-coordinate representation of color #071A53: hue angle of 225º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071A53 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 26 83 -
CMYK 0.92 0.69 0 0.67
HSL 225º 0.84% 0.18% -
HSV(B) 225º 0.92% 0.33% -
XYZ 2.02 1.41 8.35 -
YUV 26.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 7 26 83 0.92 0.69 0 0.67 225 0.84 0.18
Hex 7 1A 53 5C 45 0 43 E1 54 12
Octal 7 32 123 134 105 0 103 341 124 22
Binary 111 11010 1010011 1011100 1000101 0 1000011 11100001 1010100 10010

Color Harmonies of #071A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A53

Black with #071A53

Text Example


Text Example

White with #071A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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