#00154C

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

Shades of Sapphire #00154C

Tints of Sapphire #00154C

Color information

#00154C (or 0x00154C) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 4C. RGB value is (0,21,76). Sum of RGB (Red+Green+Blue) = 0+21+76=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #00154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00154C is #FFEAB3. Grayscale: #141414. Windows color (decimal): -16771764 or 4986112. OLE color: 4986112.

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

Color convert

RGB02176-
CMYK10.7200.70
HSL223.42º100%14.9%-
HSV(B)223.42º100%29.8%-
XYZ1.571.066.96-
YUV20.99159.04113.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 76 (30.08% from 255) = 78.35%
R=0%
G=21.65%
B=78.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0217610.7200.70223.4210014.9
Hex0154C6448046df64f
Octal025114144110010633714417
Binary010101100110011001001001000010001101101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00154C; }

 p { color: rgb(0,21,76); }

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

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

 a { background-color: rgb(0,21,76); }

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

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

 span { border-color: rgb(0,21,76); }

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