#06255D

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

Shades of Sapphire #06255D

Tints of Sapphire #06255D

Color information

#06255D (or 0x06255D) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 5D. RGB value is (6,37,93). Sum of RGB (Red+Green+Blue) = 6+37+93=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #06255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06255D is #F9DAA2. Grayscale: #212121. Windows color (decimal): -16374435 or 6104326. OLE color: 6104326.

HSL color Cylindrical-coordinate representation of color #06255D: hue angle of 218.62º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06255D is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63793-
CMYK0.940.6000.64
HSL218.62º87.88%19.41%-
HSV(B)218.62º93.55%36.47%-
XYZ2.712.1510.63-
YUV34.11161.23107.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 93 (36.72% from 255) = 68.38%
R=4.41%
G=27.21%
B=68.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal637930.940.6000.64218.6287.8819.41
Hex6255D5E3C040db5813
Octal64513513674010033313023
Binary110100101101110110111101111000100000011011011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06255D; }

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

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

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

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

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

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

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

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