#061772

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

Shades of Sapphire #061772

Tints of Sapphire #061772

Color information

#061772 (or 0x061772) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 72. RGB value is (6,23,114). Sum of RGB (Red+Green+Blue) = 6+23+114=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #061772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061772 is #F9E88D. Grayscale: #1B1B1B. Windows color (decimal): -16377998 or 7476998. OLE color: 7476998.

HSL color Cylindrical-coordinate representation of color #061772: hue angle of 230.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061772 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB623114-
CMYK0.950.8000.55
HSL230.56º90%23.53%-
HSV(B)230.56º94.74%44.71%-
XYZ3.421.8716.1-
YUV28.29176.37112.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 114 (44.92% from 255) = 79.72%
R=4.20%
G=16.08%
B=79.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6231140.950.8000.55230.569023.53
Hex617725F50037e75a18
Octal62716213712006734713230
Binary11010111111001010111111010000011011111100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061772; }

 p { color: rgb(6,23,114); }

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

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

 a { background-color: rgb(6,23,114); }

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

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

 span { border-color: rgb(6,23,114); }

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