#062775

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

Shades of Sapphire #062775

Tints of Sapphire #062775

Color information

#062775 (or 0x062775) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 75. RGB value is (6,39,117). Sum of RGB (Red+Green+Blue) = 6+39+117=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #062775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062775 is #F9D88A. Grayscale: #252525. Windows color (decimal): -16373899 or 7677702. OLE color: 7677702.

HSL color Cylindrical-coordinate representation of color #062775: hue angle of 222.16º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062775 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB639117-
CMYK0.950.6700.54
HSL222.16º90.24%24.12%-
HSV(B)222.16º94.87%45.88%-
XYZ4.012.7717.15-
YUV38.02172.57105.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 117 (46.09% from 255) = 72.22%
R=3.70%
G=24.07%
B=72.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6391170.950.6700.54222.1690.2424.12
Hex627755F43036de5a18
Octal64716513710306633613230
Binary110100111111010110111111000011011011011011110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062775; }

 p { color: rgb(6,39,117); }

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

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

 a { background-color: rgb(6,39,117); }

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

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

 span { border-color: rgb(6,39,117); }

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