#001448

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

Shades of Sapphire #001448

Tints of Sapphire #001448

Color information

#001448 (or 0x001448) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 48. RGB value is (0,20,72). Sum of RGB (Red+Green+Blue) = 0+20+72=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #001448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001448 is #FFEBB7. Grayscale: #131313. Windows color (decimal): -16772024 or 4723712. OLE color: 4723712.

HSL color Cylindrical-coordinate representation of color #001448: hue angle of 223.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001448 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB02072-
CMYK10.7200.72
HSL223.33º100%14.12%-
HSV(B)223.33º100%28.24%-
XYZ1.420.976.24-
YUV19.95157.37113.77-

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) = 21.74%
BLUE value IS 72 (28.52% from 255) = 78.26%
R=0%
G=21.74%
B=78.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0207210.7200.72223.3310014.12
Hex014486448048df64e
Octal024110144110011033714416
Binary010100100100011001001001000010010001101111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001448; }

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

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

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

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

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

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

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

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