#001A62

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

Shades of Sapphire #001A62

Tints of Sapphire #001A62

Color information

#001A62 (or 0x001A62) is unknown color: approx Sapphire. HEX triplet: 00, 1A and 62. RGB value is (0,26,98). Sum of RGB (Red+Green+Blue) = 0+26+98=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #001A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A62 is #FFE59D. Grayscale: #1A1A1A. Windows color (decimal): -16770462 or 6429184. OLE color: 6429184.

HSL color Cylindrical-coordinate representation of color #001A62: hue angle of 224.08º 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 #001A62 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB02698-
CMYK10.7300.62
HSL224.08º100%19.22%-
HSV(B)224.08º100%38.43%-
XYZ2.571.6211.73-
YUV26.43168.39109.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 98 (38.67% from 255) = 79.03%
R=0%
G=20.97%
B=79.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0269810.7300.62224.0810019.22
Hex01A62644903Ee06413
Octal03214214411107634014423
Binary011010110001011001001001001011111011100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A62; }

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

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

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

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

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

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

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

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