#06265C

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

Shades of Sapphire #06265C

Tints of Sapphire #06265C

Color information

#06265C (or 0x06265C) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 5C. RGB value is (6,38,92). Sum of RGB (Red+Green+Blue) = 6+38+92=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #06265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06265C is #F9D9A3. Grayscale: #222222. Windows color (decimal): -16374180 or 6039046. OLE color: 6039046.

HSL color Cylindrical-coordinate representation of color #06265C: hue angle of 217.67º 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 #06265C is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63892-
CMYK0.930.5900.64
HSL217.67º87.76%19.22%-
HSV(B)217.67º93.48%36.08%-
XYZ2.72.210.41-
YUV34.59160.4107.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 92 (36.33% from 255) = 67.65%
R=4.41%
G=27.94%
B=67.65%

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
Decimal638920.930.5900.64217.6787.7619.22
Hex6265C5D3B040da5813
Octal64613413573010033213023
Binary110100110101110010111011110110100000011011010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06265C; }

 p { color: rgb(6,38,92); }

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

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

 a { background-color: rgb(6,38,92); }

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

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

 span { border-color: rgb(6,38,92); }

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