#001B47

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

Shades of Sapphire #001B47

Tints of Sapphire #001B47

Color information

#001B47 (or 0x001B47) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 47. RGB value is (0,27,71). Sum of RGB (Red+Green+Blue) = 0+27+71=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #001B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B47 is #FFE4B8. Grayscale: #171717. Windows color (decimal): -16770233 or 4659968. OLE color: 4659968.

HSL color Cylindrical-coordinate representation of color #001B47: hue angle of 217.18º 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 #001B47 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB02771-
CMYK10.6200.72
HSL217.18º100%13.92%-
HSV(B)217.18º100%27.84%-
XYZ1.531.246.12-
YUV23.94154.55110.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 71 (28.12% from 255) = 72.45%
R=0%
G=27.55%
B=72.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0277110.6200.72217.1810013.92
Hex01B47643E048d964e
Octal03310714476011033114416
Binary01101110001111100100111110010010001101100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001B47; }

 p { color: rgb(0,27,71); }

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

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

 a { background-color: rgb(0,27,71); }

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

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

 span { border-color: rgb(0,27,71); }

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