#001B4E

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

Shades of Sapphire #001B4E

Tints of Sapphire #001B4E

Color information

#001B4E (or 0x001B4E) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 4E. RGB value is (0,27,78). Sum of RGB (Red+Green+Blue) = 0+27+78=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #001B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B4E is #FFE4B1. Grayscale: #181818. Windows color (decimal): -16770226 or 5118720. OLE color: 5118720.

HSL color Cylindrical-coordinate representation of color #001B4E: hue angle of 219.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B4E is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB02778-
CMYK10.6500.69
HSL219.23º100%15.29%-
HSV(B)219.23º100%30.59%-
XYZ1.771.337.37-
YUV24.74158.05110.35-

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) = 25.71%
BLUE value IS 78 (30.86% from 255) = 74.29%
R=0%
G=25.71%
B=74.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0277810.6500.69219.2310015.29
Hex01B4E6441045db64f
Octal033116144101010533314417
Binary011011100111011001001000001010001011101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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