#001972

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

Shades of Sapphire #001972

Tints of Sapphire #001972

Color information

#001972 (or 0x001972) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 72. RGB value is (0,25,114). Sum of RGB (Red+Green+Blue) = 0+25+114=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #001972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001972 is #FFE68D. Grayscale: #1B1B1B. Windows color (decimal): -16770702 or 7477504. OLE color: 7477504.

HSL color Cylindrical-coordinate representation of color #001972: hue angle of 226.84º 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 #001972 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB025114-
CMYK10.7800.55
HSL226.84º100%22.35%-
HSV(B)226.84º100%44.71%-
XYZ3.381.9116.11-
YUV27.67176.72108.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 114 (44.92% from 255) = 82.01%
R=0%
G=17.99%
B=82.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal02511410.7800.55226.8410022.35
Hex01972644E037e36416
Octal03116214411606734314426
Binary011001111001011001001001110011011111100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001972; }

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

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

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

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

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

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

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

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