#06245F

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

Shades of Sapphire #06245F

Tints of Sapphire #06245F

Color information

#06245F (or 0x06245F) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 5F. RGB value is (6,36,95). Sum of RGB (Red+Green+Blue) = 6+36+95=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #06245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06245F is #F9DBA0. Grayscale: #212121. Windows color (decimal): -16374689 or 6235142. OLE color: 6235142.

HSL color Cylindrical-coordinate representation of color #06245F: hue angle of 219.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06245F is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB63695-
CMYK0.940.6200.63
HSL219.78º88.12%19.8%-
HSV(B)219.78º93.68%37.25%-
XYZ2.772.1311.09-
YUV33.76162.56108.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 95 (37.5% from 255) = 69.34%
R=4.38%
G=26.28%
B=69.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal636950.940.6200.63219.7888.1219.8
Hex6245F5E3E03Fdc5814
Octal6441371367607733413024
Binary11010010010111111011110111110011111111011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06245F; }

 p { color: rgb(6,36,95); }

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

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

 a { background-color: rgb(6,36,95); }

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

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

 span { border-color: rgb(6,36,95); }

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