#06254F

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

Shades of Sapphire #06254F

Tints of Sapphire #06254F

Color information

#06254F (or 0x06254F) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 4F. RGB value is (6,37,79). Sum of RGB (Red+Green+Blue) = 6+37+79=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #06254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06254F is #F9DAB0. Grayscale: #202020. Windows color (decimal): -16374449 or 5186822. OLE color: 5186822.

HSL color Cylindrical-coordinate representation of color #06254F: hue angle of 214.52º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06254F is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63779-
CMYK0.920.5300.69
HSL214.52º85.88%16.67%-
HSV(B)214.52º92.41%30.98%-
XYZ2.151.937.66-
YUV32.52154.23109.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=4.92%
G=30.33%
B=64.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal637790.920.5300.69214.5285.8816.67
Hex6254F5C35045d75611
Octal64511713465010532712621
Binary110100101100111110111001101010100010111010111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,37,79); }

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

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

 a { background-color: rgb(6,37,79); }

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

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

 span { border-color: rgb(6,37,79); }

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