#061F7C

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

Shades of Sapphire #061F7C

Tints of Sapphire #061F7C

Color information

#061F7C (or 0x061F7C) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 7C. RGB value is (6,31,124). Sum of RGB (Red+Green+Blue) = 6+31+124=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #061F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F7C is #F9E083. Grayscale: #212121. Windows color (decimal): -16375940 or 8134406. OLE color: 8134406.

HSL color Cylindrical-coordinate representation of color #061F7C: hue angle of 227.29º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061F7C is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB631124-
CMYK0.950.7500.51
HSL227.29º90.77%25.49%-
HSV(B)227.29º95.16%48.63%-
XYZ4.22.4719.32-
YUV34.13178.72107.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 124 (48.83% from 255) = 77.02%
R=3.73%
G=19.25%
B=77.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6311240.950.7500.51227.2990.7725.49
Hex61F7C5F4B033e35b19
Octal63717413711306334313331
Binary11011111111110010111111001011011001111100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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