#001b80

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

Shades of Sapphire #001B80

Tints of Sapphire #001B80

Color information

#001B80 (or 0x001B80) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 80. RGB value is (0,27,128). Sum of RGB (Red+Green+Blue) = 0+27+128=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 128 (50.39% from 255 or 82.58% from 155); Max value from RGB is 128 - color contains mainly: blue. Hex color #001B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B80 is #FFE47F. Grayscale: #1E1E1E. Windows color (decimal): -16770176 or 8395520. OLE color: 8395520.

HSL color Cylindrical-coordinate representation of color #001B80: hue angle of 227.34º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B80 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB027128-
CMYK10.7900.50
HSL227.34º100%25.1%-
HSV(B)227.34º100%50.2%-
XYZ4.292.3420.65-
YUV30.44183.05106.29-

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) = 17.42%
BLUE value IS 128 (50.39% from 255) = 82.58%
R=0%
G=17.42%
B=82.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal02712810.7900.50227.3410025.1
Hex01B80644F032e36419
Octal03320014411706234314431
Binary0110111000000011001001001111011001011100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001b80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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