#061C65

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

Shades of Sapphire #061C65

Tints of Sapphire #061C65

Color information

#061C65 (or 0x061C65) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 65. RGB value is (6,28,101). Sum of RGB (Red+Green+Blue) = 6+28+101=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #061C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C65 is #F9E39A. Grayscale: #1D1D1D. Windows color (decimal): -16376731 or 6626310. OLE color: 6626310.

HSL color Cylindrical-coordinate representation of color #061C65: hue angle of 226.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061C65 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB628101-
CMYK0.940.7200.60
HSL226.11º88.79%20.98%-
HSV(B)226.11º94.06%39.61%-
XYZ2.841.8112.51-
YUV29.74168.21111.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.44%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 101 (39.84% from 255) = 74.81%
R=4.44%
G=20.74%
B=74.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6281010.940.7200.60226.1188.7920.98
Hex61C655E4803Ce25915
Octal63414513611007434213125
Binary11011100110010110111101001000011110011100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,28,101); }

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

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

 a { background-color: rgb(6,28,101); }

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

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

 span { border-color: rgb(6,28,101); }

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