#001B48

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

Shades of Sapphire #001B48

Tints of Sapphire #001B48

Color information

#001B48 (or 0x001B48) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 48. RGB value is (0,27,72). Sum of RGB (Red+Green+Blue) = 0+27+72=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #001B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B48 is #FFE4B7. Grayscale: #171717. Windows color (decimal): -16770232 or 4725504. OLE color: 4725504.

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

Color convert

RGB02772-
CMYK10.6200.72
HSL217.5º100%14.12%-
HSV(B)217.5º100%28.24%-
XYZ1.561.256.29-
YUV24.06155.05110.84-

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.27%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=0%
G=27.27%
B=72.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0277210.6200.72217.510014.12
Hex01B48643E048da64e
Octal03311014476011033214416
Binary01101110010001100100111110010010001101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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