#00164A

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

Shades of Sapphire #00164A

Tints of Sapphire #00164A

Color information

#00164A (or 0x00164A) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 4A. RGB value is (0,22,74). Sum of RGB (Red+Green+Blue) = 0+22+74=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 74 (29.30% from 255 or 77.08% from 96); Max value from RGB is 74 - color contains mainly: blue. Hex color #00164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00164A is #FFE9B5. Grayscale: #151515. Windows color (decimal): -16771510 or 4855296. OLE color: 4855296.

HSL color Cylindrical-coordinate representation of color #00164A: hue angle of 222.16º 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 #00164A is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB02274-
CMYK10.7000.71
HSL222.16º100%14.51%-
HSV(B)222.16º100%29.02%-
XYZ1.521.076.6-
YUV21.35157.71112.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 74 (29.30% from 255) = 77.08%
R=0%
G=22.92%
B=77.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0227410.7000.71222.1610014.51
Hex0164A6446047de64f
Octal026112144106010733614417
Binary010110100101011001001000110010001111101111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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