#001062

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

Shades of Sapphire #001062

Tints of Sapphire #001062

Color information

#001062 (or 0x001062) is unknown color: approx Sapphire. HEX triplet: 00, 10 and 62. RGB value is (0,16,98). Sum of RGB (Red+Green+Blue) = 0+16+98=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 98 (38.67% from 255 or 85.96% from 114); Max value from RGB is 98 - color contains mainly: blue. Hex color #001062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001062 is #FFEF9D. Grayscale: #141414. Windows color (decimal): -16773022 or 6426624. OLE color: 6426624.

HSL color Cylindrical-coordinate representation of color #001062: hue angle of 230.2º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001062 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB01698-
CMYK10.8400.62
HSL230.2º100%19.22%-
HSV(B)230.2º100%38.43%-
XYZ2.391.2511.67-
YUV20.56171.7113.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 98 (38.67% from 255) = 85.96%
R=0%
G=14.04%
B=85.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0169810.8400.62230.210019.22
Hex01062645403Ee66413
Octal02014214412407634614423
Binary010000110001011001001010100011111011100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001062; }

 p { color: rgb(0,16,98); }

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

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

 a { background-color: rgb(0,16,98); }

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

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

 span { border-color: rgb(0,16,98); }

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