#062183

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

Shades of Sapphire #062183

Tints of Sapphire #062183

Color information

#062183 (or 0x062183) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 83. RGB value is (6,33,131). Sum of RGB (Red+Green+Blue) = 6+33+131=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 131 (51.56% from 255 or 77.06% from 170); Max value from RGB is 131 - color contains mainly: blue. Hex color #062183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062183 is #F9DE7C. Grayscale: #232323. Windows color (decimal): -16375421 or 8593670. OLE color: 8593670.

HSL color Cylindrical-coordinate representation of color #062183: hue angle of 227.04º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062183 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB633131-
CMYK0.950.7500.49
HSL227.04º91.24%26.86%-
HSV(B)227.04º95.42%51.37%-
XYZ4.722.7721.76-
YUV36.1181.55106.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 131 (51.56% from 255) = 77.06%
R=3.53%
G=19.41%
B=77.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6331310.950.7500.49227.0491.2426.86
Hex621835F4B031e35b1b
Octal64120313711306134313333
Binary1101000011000001110111111001011011000111100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062183; }

 p { color: rgb(6,33,131); }

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

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

 a { background-color: rgb(6,33,131); }

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

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

 span { border-color: rgb(6,33,131); }

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