Html Css Color HEX #001B87 Smalt

📋 copy color: '#001B87'

red 0 ◦ green 27 ◦ blue 135

#001B87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #001B87

Tints of Smalt #001B87

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 27 (10.94% from 255) = 16.67%

 BLUE value IS 135 (53.13% from 255) = 83.33%

R = 0%
G = 16.67%
B = 83.33%

CMYK

 C value IS 1

 M value IS 0.8

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#001B87 (or 0x001B87) is known color: Smalt. HEX triplet: 00, 1B and 87. RGB value is (0,27,135). Sum of RGB (Red+Green+Blue) = 0+27+135=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 135 (53.12% from 255 or 83.33% from 162); Max value from RGB is 135 - color contains mainly: blue. Hex color #001B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001B87 is #FFE478. Grayscale: #1E1E1E. Windows color (decimal): -16770169 or 8854272. OLE color: 8854272.

HSL color Cylindrical-coordinate representation of color #001B87: hue angle of 228º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B87 is Cyan = 1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 27 135 -
CMYK 1 0.8 0 0.47
HSL 228º 1% 0.26% -
HSV(B) 228º 1% 0.53% -
XYZ 4.77 2.53 23.16 -
YUV 31.24 186.55 105.72 -
System Red Green Blue C M Y K H S L
Decimal 0 27 135 1 0.8 0 0.47 228 1 0.26
Hex 0 1B 87 64 50 0 2F E4 64 1A
Octal 0 33 207 144 120 0 57 344 144 32
Binary 0 11011 10000111 1100100 1010000 0 101111 11100100 1100100 11010

Color Harmonies of #001B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B87

Black with #001B87

Text Example


Text Example

White with #001B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001B87;
 }
 .AnyTagClassName
 {
   color: #001B87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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