#071361

Color #071361 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #071361

Tints of Sapphire #071361

Color information

#071361 (or 0x071361) is unknown color: approx Sapphire. HEX triplet: 07, 13 and 61. RGB value is (7,19,97). Sum of RGB (Red+Green+Blue) = 7+19+97=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #071361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071361 is #F8EC9E. Grayscale: #171717. Windows color (decimal): -16313503 or 6361863. OLE color: 6361863.

HSL color Cylindrical-coordinate representation of color #071361: hue angle of 232º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071361 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71997-
CMYK0.930.8000.62
HSL232º86.54%20.39%-
HSV(B)232º92.78%38.04%-
XYZ2.481.3711.44-
YUV24.3169.02115.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 97 (38.28% from 255) = 78.86%
R=5.69%
G=15.45%
B=78.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal719970.930.8000.6223286.5420.39
Hex713615D5003Ee85714
Octal72314113512007635012724
Binary11110011110000110111011010000011111011101000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071361; }

 p { color: rgb(7,19,97); }

 H1.HeaderClassName
 {
   color: #071361;
 }
 .AnyTagClassName
 {
   color: #071361;
 }
</style>
background-color css

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

 a { background-color: rgb(7,19,97); }

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

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

 span { border-color: rgb(7,19,97); }

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