#062974

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

Shades of Sapphire #062974

Tints of Sapphire #062974

Color information

#062974 (or 0x062974) is unknown color: approx Sapphire. HEX triplet: 06, 29 and 74. RGB value is (6,41,116). Sum of RGB (Red+Green+Blue) = 6+41+116=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #062974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062974 is #F9D68B. Grayscale: #262626. Windows color (decimal): -16373388 or 7612678. OLE color: 7612678.

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

Color convert

RGB641116-
CMYK0.950.6500.55
HSL220.91º90.16%23.92%-
HSV(B)220.91º94.83%45.49%-
XYZ4.022.8916.87-
YUV39.08171.4104.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 116 (45.70% from 255) = 71.17%
R=3.68%
G=25.15%
B=71.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6411160.950.6500.55220.9190.1623.92
Hex629745F41037dd5a18
Octal65116413710106733513230
Binary110101001111010010111111000001011011111011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062974; }

 p { color: rgb(6,41,116); }

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

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

 a { background-color: rgb(6,41,116); }

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

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

 span { border-color: rgb(6,41,116); }

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