#00145D

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

Shades of Sapphire #00145D

Tints of Sapphire #00145D

Color information

#00145D (or 0x00145D) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 5D. RGB value is (0,20,93). Sum of RGB (Red+Green+Blue) = 0+20+93=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #00145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00145D is #FFEBA2. Grayscale: #161616. Windows color (decimal): -16772003 or 6099968. OLE color: 6099968.

HSL color Cylindrical-coordinate representation of color #00145D: hue angle of 227.1º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00145D is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB02093-
CMYK10.7800.64
HSL227.1º100%18.24%-
HSV(B)227.1º100%36.47%-
XYZ2.231.2910.49-
YUV22.34167.87112.06-

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) = 17.70%
BLUE value IS 93 (36.72% from 255) = 82.30%
R=0%
G=17.70%
B=82.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0209310.7800.64227.110018.24
Hex0145D644E040e36412
Octal024135144116010034314422
Binary0101001011101110010010011100100000011100011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00145D; }

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

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

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

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

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

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

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

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