#001452

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

Shades of Sapphire #001452

Tints of Sapphire #001452

Color information

#001452 (or 0x001452) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 52. RGB value is (0,20,82). Sum of RGB (Red+Green+Blue) = 0+20+82=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #001452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001452 is #FFEBAD. Grayscale: #141414. Windows color (decimal): -16772014 or 5379072. OLE color: 5379072.

HSL color Cylindrical-coordinate representation of color #001452: hue angle of 225.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001452 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB02082-
CMYK10.7600.68
HSL225.37º100%16.08%-
HSV(B)225.37º100%32.16%-
XYZ1.771.118.1-
YUV21.09162.37112.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 82 (32.42% from 255) = 80.39%
R=0%
G=19.61%
B=80.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0208210.7600.68225.3710016.08
Hex01452644C044e16410
Octal024122144114010434114420
Binary0101001010010110010010011000100010011100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001452; }

 p { color: rgb(0,20,82); }

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

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

 a { background-color: rgb(0,20,82); }

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

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

 span { border-color: rgb(0,20,82); }

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