#061F72

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

Shades of Sapphire #061F72

Tints of Sapphire #061F72

Color information

#061F72 (or 0x061F72) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 72. RGB value is (6,31,114). Sum of RGB (Red+Green+Blue) = 6+31+114=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #061F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F72 is #F9E08D. Grayscale: #202020. Windows color (decimal): -16375950 or 7479046. OLE color: 7479046.

HSL color Cylindrical-coordinate representation of color #061F72: hue angle of 226.11º 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 #061F72 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB631114-
CMYK0.950.7300.55
HSL226.11º90%23.53%-
HSV(B)226.11º94.74%44.71%-
XYZ3.62.2316.16-
YUV32.99173.72108.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=3.97%
G=20.53%
B=75.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6311140.950.7300.55226.119023.53
Hex61F725F49037e25a18
Octal63716213711106734213230
Binary11011111111001010111111001001011011111100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061F72; }

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

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

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

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

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

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

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

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