#001B5F

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

Shades of Sapphire #001B5F

Tints of Sapphire #001B5F

Color information

#001B5F (or 0x001B5F) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 5F. RGB value is (0,27,95). Sum of RGB (Red+Green+Blue) = 0+27+95=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #001B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5F is #FFE4A0. Grayscale: #1A1A1A. Windows color (decimal): -16770209 or 6232832. OLE color: 6232832.

HSL color Cylindrical-coordinate representation of color #001B5F: hue angle of 222.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B5F is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB02795-
CMYK10.7200.63
HSL222.95º100%18.63%-
HSV(B)222.95º100%37.25%-
XYZ2.461.6111.01-
YUV26.68166.55108.97-

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) = 22.13%
BLUE value IS 95 (37.5% from 255) = 77.87%
R=0%
G=22.13%
B=77.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0279510.7200.63222.9510018.63
Hex01B5F644803Fdf6413
Octal03313714411007733714423
Binary011011101111111001001001000011111111011111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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