#062675

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

Shades of Sapphire #062675

Tints of Sapphire #062675

Color information

#062675 (or 0x062675) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 75. RGB value is (6,38,117). Sum of RGB (Red+Green+Blue) = 6+38+117=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #062675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062675 is #F9D98A. Grayscale: #252525. Windows color (decimal): -16374155 or 7677446. OLE color: 7677446.

HSL color Cylindrical-coordinate representation of color #062675: hue angle of 222.7º 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 #062675 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB638117-
CMYK0.950.6800.54
HSL222.7º90.24%24.12%-
HSV(B)222.7º94.87%45.88%-
XYZ3.982.7117.14-
YUV37.44172.9105.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 117 (46.09% from 255) = 72.67%
R=3.73%
G=23.60%
B=72.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6381170.950.6800.54222.790.2424.12
Hex626755F44036df5a18
Octal64616513710406633713230
Binary110100110111010110111111000100011011011011111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062675; }

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

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

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

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

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

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

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

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