#001B5E

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

Shades of Sapphire #001B5E

Tints of Sapphire #001B5E

Color information

#001B5E (or 0x001B5E) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 5E. RGB value is (0,27,94). Sum of RGB (Red+Green+Blue) = 0+27+94=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #001B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5E is #FFE4A1. Grayscale: #1A1A1A. Windows color (decimal): -16770210 or 6167296. OLE color: 6167296.

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

Color convert

RGB02794-
CMYK10.7100.63
HSL222.77º100%18.43%-
HSV(B)222.77º100%36.86%-
XYZ2.411.5910.77-
YUV26.56166.05109.05-

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.31%
BLUE value IS 94 (37.11% from 255) = 77.69%
R=0%
G=22.31%
B=77.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0279410.7100.63222.7710018.43
Hex01B5E644703Fdf6412
Octal03313614410707733714422
Binary011011101111011001001000111011111111011111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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