#1B393C

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

Shades of Nordic #1B393C

Tints of Nordic #1B393C

Color information

#1B393C (or 0x1B393C) is unknown color: approx Nordic. HEX triplet: 1B, 39 and 3C. RGB value is (27,57,60). Sum of RGB (Red+Green+Blue) = 27+57+60=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B393C is #E4C6C3. Grayscale: #303030. Windows color (decimal): -14993092 or 3946779. OLE color: 3946779.

HSL color Cylindrical-coordinate representation of color #1B393C: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1B393C is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB275760-
CMYK0.550.0500.76
HSL185.45º37.93%17.06%-
HSV(B)185.45º55%23.53%-
XYZ2.733.494.8-
YUV48.37134.56112.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.75%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=18.75%
G=39.58%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2757600.550.0500.76185.4537.9317.06
Hex1B393C37504Cb92611
Octal33717467501142714621
Binary11011111001111100110111101010011001011100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,57,60); }

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

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

 a { background-color: rgb(27,57,60); }

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

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

 span { border-color: rgb(27,57,60); }

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