#06255B

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

Shades of Sapphire #06255B

Tints of Sapphire #06255B

Color information

#06255B (or 0x06255B) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 5B. RGB value is (6,37,91). Sum of RGB (Red+Green+Blue) = 6+37+91=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #06255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06255B is #F9DAA4. Grayscale: #212121. Windows color (decimal): -16374437 or 5973254. OLE color: 5973254.

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

Color convert

RGB63791-
CMYK0.930.5900.64
HSL218.12º87.63%19.02%-
HSV(B)218.12º93.41%35.69%-
XYZ2.632.1210.17-
YUV33.89160.23108.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=4.48%
G=27.61%
B=67.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal637910.930.5900.64218.1287.6319.02
Hex6255B5D3B040da5813
Octal64513313573010033213023
Binary110100101101101110111011110110100000011011010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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