#001B82

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

Shades of Sapphire #001B82

Tints of Sapphire #001B82

Color information

#001B82 (or 0x001B82) is unknown color: approx Sapphire. HEX triplet: 00, 1B and 82. RGB value is (0,27,130). Sum of RGB (Red+Green+Blue) = 0+27+130=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #001B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B82 is #FFE47D. Grayscale: #1E1E1E. Windows color (decimal): -16770174 or 8526592. OLE color: 8526592.

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

Color convert

RGB027130-
CMYK10.7900.49
HSL227.54º100%25.49%-
HSV(B)227.54º100%50.98%-
XYZ4.422.421.35-
YUV30.67184.05106.12-

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.20%
BLUE value IS 130 (51.17% from 255) = 82.80%
R=0%
G=17.20%
B=82.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal02713010.7900.49227.5410025.49
Hex01B82644F031e46419
Octal03320214411706134414431
Binary0110111000001011001001001111011000111100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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