Html Css Color HEX #071054 Sapphire

📋 copy color: '#071054'

red 7 ◦ green 16 ◦ blue 84

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

Shades of Sapphire #071054

Tints of Sapphire #071054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 78.5%

R = 6.54%
G = 14.95%
B = 78.5%

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

#071054 (or 0x071054) is known color: Sapphire. HEX triplet: 07, 10 and 54. RGB value is (7,16,84). Sum of RGB (Red+Green+Blue) = 7+16+84=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 84 (33.20% from 255 or 78.50% from 107); Max value from RGB is 84 - color contains mainly: blue. Hex color #071054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071054 is #F8EFAB. Grayscale: #141414. Windows color (decimal): -16314284 or 5509127. OLE color: 5509127.

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

Color convert

RGB 7 16 84 -
CMYK 0.92 0.81 0 0.67
HSL 232.99º 0.85% 0.18% -
HSV(B) 232.99º 0.92% 0.33% -
XYZ 1.87 1.06 8.49 -
YUV 21.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 7 16 84 0.92 0.81 0 0.67 232.99 0.85 0.18
Hex 7 10 54 5C 51 0 43 E9 55 12
Octal 7 20 124 134 121 0 103 351 125 22
Binary 111 10000 1010100 1011100 1010001 0 1000011 11101001 1010101 10010

Color Harmonies of #071054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071054

Black with #071054

Text Example


Text Example

White with #071054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071054; }

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

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

background-color css

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

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

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

border-color css

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

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

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