#062381

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

Shades of Sapphire #062381

Tints of Sapphire #062381

Color information

#062381 (or 0x062381) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 81. RGB value is (6,35,129). Sum of RGB (Red+Green+Blue) = 6+35+129=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 129 (50.78% from 255 or 75.88% from 170); Max value from RGB is 129 - color contains mainly: blue. Hex color #062381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062381 is #F9DC7E. Grayscale: #242424. Windows color (decimal): -16374911 or 8463110. OLE color: 8463110.

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

Color convert

RGB635129-
CMYK0.950.7300.49
HSL225.85º91.11%26.47%-
HSV(B)225.85º95.35%50.59%-
XYZ4.642.8321.07-
YUV37.04179.89105.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 129 (50.78% from 255) = 75.88%
R=3.53%
G=20.59%
B=75.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6351290.950.7300.49225.8591.1126.47
Hex623815F49031e25b1a
Octal64320113711106134213332
Binary1101000111000000110111111001001011000111100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062381; }

 p { color: rgb(6,35,129); }

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

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

 a { background-color: rgb(6,35,129); }

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

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

 span { border-color: rgb(6,35,129); }

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