Html Css Color HEX #1C3D50 Nile Blue

📋 copy color: '#1C3D50'

red 28 ◦ green 61 ◦ blue 80

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

Shades of Nile Blue #1C3D50

Tints of Nile Blue #1C3D50

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 value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C3D50 (or 0x1C3D50) is known color: 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

RGB 28 61 80 -
CMYK 0.65 0.24 0 0.69
HSL 201.92º 0.48% 0.21% -
HSV(B) 201.92º 0.65% 0.31% -
XYZ 3.6 4.16 8.2 -
YUV 53.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 28 61 80 0.65 0.24 0 0.69 201.92 0.48 0.21
Hex 1C 3D 50 41 18 0 45 CA 30 15
Octal 34 75 120 101 30 0 105 312 60 25
Binary 11100 111101 1010000 1000001 11000 0 1000101 11001010 110000 10101

Color Harmonies of #1C3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D50

Black with #1C3D50

Text Example


Text Example

White with #1C3D50

Text Example


Text Example

HTML Codes & Css Web 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>