#001A72

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

Shades of Sapphire #001A72

Tints of Sapphire #001A72

Color information

#001A72 (or 0x001A72) is unknown color: approx Sapphire. HEX triplet: 00, 1A and 72. RGB value is (0,26,114). Sum of RGB (Red+Green+Blue) = 0+26+114=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #001A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A72 is #FFE58D. Grayscale: #1B1B1B. Windows color (decimal): -16770446 or 7477760. OLE color: 7477760.

HSL color Cylindrical-coordinate representation of color #001A72: hue angle of 226.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A72 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB026114-
CMYK10.7700.55
HSL226.32º100%22.35%-
HSV(B)226.32º100%44.71%-
XYZ3.411.9516.12-
YUV28.26176.39107.84-

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) = 18.57%
BLUE value IS 114 (44.92% from 255) = 81.43%
R=0%
G=18.57%
B=81.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal02611410.7700.55226.3210022.35
Hex01A72644D037e26416
Octal03216214411506734214426
Binary011010111001011001001001101011011111100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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