#1C3D50

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

Shades of Nile Blue #1C3D50

Tints of Nile Blue #1C3D50

Color information

#1C3D50 (or 0x1C3D50) is unknown color: approx Nile Blue. HEX triplet: 1C, 3D and 50. RGB value is (28,61,80). Sum of RGB (Red+Green+Blue) = 28+61+80=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D50 is #E3C2AF. Grayscale: #353535. Windows color (decimal): -14926512 or 5258524. OLE color: 5258524.

HSL color Cylindrical-coordinate representation of color #1C3D50: hue angle of 201.92º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3D50 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB286180-
CMYK0.650.2400.69
HSL201.92º48.15%21.18%-
HSV(B)201.92º65%31.37%-
XYZ3.64.168.2-
YUV53.3143.07109.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.57%
GREEN value IS 61 (24.22% from 255) = 36.09%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=16.57%
G=36.09%
B=47.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2861800.650.2400.69201.9248.1521.18
Hex1C3D504118045ca3015
Octal34751201013001053126025
Binary111001111011010000100000111000010001011100101011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,61,80); }

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

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

 a { background-color: rgb(28,61,80); }

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

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

 span { border-color: rgb(28,61,80); }

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