#00144A

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

Shades of Sapphire #00144A

Tints of Sapphire #00144A

Color information

#00144A (or 0x00144A) is unknown color: approx Sapphire. HEX triplet: 00, 14 and 4A. RGB value is (0,20,74). Sum of RGB (Red+Green+Blue) = 0+20+74=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #00144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00144A is #FFEBB5. Grayscale: #131313. Windows color (decimal): -16772022 or 4854784. OLE color: 4854784.

HSL color Cylindrical-coordinate representation of color #00144A: hue angle of 223.78º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00144A is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB02074-
CMYK10.7300.71
HSL223.78º100%14.51%-
HSV(B)223.78º100%29.02%-
XYZ1.490.996.59-
YUV20.18158.37113.61-

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.28%
BLUE value IS 74 (29.30% from 255) = 78.72%
R=0%
G=21.28%
B=78.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0207410.7300.71223.7810014.51
Hex0144A6449047e064f
Octal024112144111010734014417
Binary010100100101011001001001001010001111110000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00144A; }

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

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

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

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

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

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

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

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