#001B8A

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

Shades of Smalt #001B8A

Tints of Smalt #001B8A

Color information

#001B8A (or 0x001B8A) is unknown color: approx Smalt. HEX triplet: 00, 1B and 8A. RGB value is (0,27,138). Sum of RGB (Red+Green+Blue) = 0+27+138=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #001B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B8A is #FFE475. Grayscale: #1F1F1F. Windows color (decimal): -16770166 or 9050880. OLE color: 9050880.

HSL color Cylindrical-coordinate representation of color #001B8A: hue angle of 228.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B8A is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB027138-
CMYK10.8000.46
HSL228.26º100%27.06%-
HSV(B)228.26º100%54.12%-
XYZ4.982.6224.29-
YUV31.58188.05105.47-

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) = 16.36%
BLUE value IS 138 (54.30% from 255) = 83.64%
R=0%
G=16.36%
B=83.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal02713810.8000.46228.2610027.06
Hex01B8A645002Ee4641b
Octal03321214412005634414433
Binary0110111000101011001001010000010111011100100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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