#001270

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

Shades of Sapphire #001270

Tints of Sapphire #001270

Color information

#001270 (or 0x001270) is unknown color: approx Sapphire. HEX triplet: 00, 12 and 70. RGB value is (0,18,112). Sum of RGB (Red+Green+Blue) = 0+18+112=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #001270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001270 is #FFED8F. Grayscale: #161616. Windows color (decimal): -16772496 or 7344640. OLE color: 7344640.

HSL color Cylindrical-coordinate representation of color #001270: hue angle of 230.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001270 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB018112-
CMYK10.8400.56
HSL230.36º100%21.96%-
HSV(B)230.36º100%43.92%-
XYZ3.141.615.47-
YUV23.33178.04111.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 112 (44.14% from 255) = 86.15%
R=0%
G=13.85%
B=86.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal01811210.8400.56230.3610021.96
Hex012706454038e66416
Octal02216014412407034614426
Binary010010111000011001001010100011100011100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001270; }

 p { color: rgb(0,18,112); }

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

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

 a { background-color: rgb(0,18,112); }

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

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

 span { border-color: rgb(0,18,112); }

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