#061264

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

Shades of Sapphire #061264

Tints of Sapphire #061264

Color information

#061264 (or 0x061264) is unknown color: approx Sapphire. HEX triplet: 06, 12 and 64. RGB value is (6,18,100). Sum of RGB (Red+Green+Blue) = 6+18+100=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 100 (39.45% from 255 or 80.65% from 124); Max value from RGB is 100 - color contains mainly: blue. Hex color #061264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061264 is #F9ED9B. Grayscale: #171717. Windows color (decimal): -16379292 or 6558214. OLE color: 6558214.

HSL color Cylindrical-coordinate representation of color #061264: hue angle of 232.34º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061264 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB618100-
CMYK0.940.8200.61
HSL232.34º88.68%20.78%-
HSV(B)232.34º94%39.22%-
XYZ2.591.3912.19-
YUV23.76171.02115.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 100 (39.45% from 255) = 80.65%
R=4.84%
G=14.52%
B=80.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6181000.940.8200.61232.3488.6820.78
Hex612645E5203De85915
Octal62214413612207535013125
Binary11010010110010010111101010010011110111101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061264; }

 p { color: rgb(6,18,100); }

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

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

 a { background-color: rgb(6,18,100); }

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

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

 span { border-color: rgb(6,18,100); }

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