#001372

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

Shades of Sapphire #001372

Tints of Sapphire #001372

Color information

#001372 (or 0x001372) is unknown color: approx Sapphire. HEX triplet: 00, 13 and 72. RGB value is (0,19,114). Sum of RGB (Red+Green+Blue) = 0+19+114=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #001372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001372 is #FFEC8D. Grayscale: #171717. Windows color (decimal): -16772238 or 7475968. OLE color: 7475968.

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

Color convert

RGB019114-
CMYK10.8300.55
HSL230º100%22.35%-
HSV(B)230º100%44.71%-
XYZ3.271.6816.07-
YUV24.15178.71110.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 114 (44.92% from 255) = 85.71%
R=0%
G=14.29%
B=85.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal01911410.8300.5523010022.35
Hex013726453037e66416
Octal02316214412306734614426
Binary010011111001011001001010011011011111100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001372; }

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

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

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

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

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

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

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

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