#062258

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

Shades of Sapphire #062258

Tints of Sapphire #062258

Color information

#062258 (or 0x062258) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 58. RGB value is (6,34,88). Sum of RGB (Red+Green+Blue) = 6+34+88=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #062258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062258 is #F9DDA7. Grayscale: #1F1F1F. Windows color (decimal): -16375208 or 5775878. OLE color: 5775878.

HSL color Cylindrical-coordinate representation of color #062258: hue angle of 219.51º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062258 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB63488-
CMYK0.930.6100.65
HSL219.51º87.23%18.43%-
HSV(B)219.51º93.18%34.51%-
XYZ2.411.899.47-
YUV31.78159.72109.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 88 (34.77% from 255) = 68.75%
R=4.69%
G=26.56%
B=68.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal634880.930.6100.65219.5187.2318.43
Hex622585D3D041dc5712
Octal64213013575010133412722
Binary110100010101100010111011111010100000111011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062258; }

 p { color: rgb(6,34,88); }

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

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

 a { background-color: rgb(6,34,88); }

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

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

 span { border-color: rgb(6,34,88); }

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