Html Css Color HEX #071053 Sapphire

📋 copy color: '#071053'

red 7 ◦ green 16 ◦ blue 83

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

Shades of Sapphire #071053

Tints of Sapphire #071053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 6.6%
G = 15.09%
B = 78.3%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071053 (or 0x071053) is known color: Sapphire. HEX triplet: 07, 10 and 53. RGB value is (7,16,83). Sum of RGB (Red+Green+Blue) = 7+16+83=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #071053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071053 is #F8EFAC. Grayscale: #141414. Windows color (decimal): -16314285 or 5443591. OLE color: 5443591.

HSL color Cylindrical-coordinate representation of color #071053: hue angle of 232.89º 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 #071053 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 16 83 -
CMYK 0.92 0.81 0 0.67
HSL 232.89º 0.84% 0.18% -
HSV(B) 232.89º 0.92% 0.33% -
XYZ 1.83 1.04 8.29 -
YUV 20.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 7 16 83 0.92 0.81 0 0.67 232.89 0.84 0.18
Hex 7 10 53 5C 51 0 43 E9 54 12
Octal 7 20 123 134 121 0 103 351 124 22
Binary 111 10000 1010011 1011100 1010001 0 1000011 11101001 1010100 10010

Color Harmonies of #071053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071053

Black with #071053

Text Example


Text Example

White with #071053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071053; }

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

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

background-color css

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

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

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

border-color css

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

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

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