#1B3A4D

Color #1B3A4D Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #1B3A4D

Tints of Nile Blue #1B3A4D

Color information

#1B3A4D (or 0x1B3A4D) is unknown color: approx Nile Blue. HEX triplet: 1B, 3A and 4D. RGB value is (27,58,77). Sum of RGB (Red+Green+Blue) = 27+58+77=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B3A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A4D is #E4C5B2. Grayscale: #323232. Windows color (decimal): -14992819 or 5061147. OLE color: 5061147.

HSL color Cylindrical-coordinate representation of color #1B3A4D: hue angle of 202.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B3A4D is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB275877-
CMYK0.650.2500.70
HSL202.8º48.08%20.39%-
HSV(B)202.8º64.94%30.2%-
XYZ3.33.797.58-
YUV50.9142.73110.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.67%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=16.67%
G=35.80%
B=47.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2758770.650.2500.70202.848.0820.39
Hex1B3A4D4119046cb3014
Octal33721151013101063136024
Binary110111110101001101100000111001010001101100101111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3A4D; }

 p { color: rgb(27,58,77); }

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

<style>
 a { background-color: #1B3A4D; }

 a { background-color: rgb(27,58,77); }

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

<style>
 span { border-color: #1B3A4D; }

 span { border-color: rgb(27,58,77); }

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