#132E36

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

Shades of Nordic #132E36

Tints of Nordic #132E36

Color information

#132E36 (or 0x132E36) is unknown color: approx Nordic. HEX triplet: 13, 2E and 36. RGB value is (19,46,54). Sum of RGB (Red+Green+Blue) = 19+46+54=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #132E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E36 is #ECD1C9. Grayscale: #262626. Windows color (decimal): -15520202 or 3550739. OLE color: 3550739.

HSL color Cylindrical-coordinate representation of color #132E36: hue angle of 193.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132E36 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB194654-
CMYK0.650.1500.79
HSL193.71º47.95%14.31%-
HSV(B)193.71º64.81%21.18%-
XYZ1.912.363.84-
YUV38.84136.55113.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 46 (18.36% from 255) = 38.66%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=15.97%
G=38.66%
B=45.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1946540.650.1500.79193.7147.9514.31
Hex132E3641F04Fc230e
Octal2356661011701173026016
Binary100111011101101101000001111101001111110000101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132E36; }

 p { color: rgb(19,46,54); }

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

<style>
 a { background-color: #132E36; }

 a { background-color: rgb(19,46,54); }

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

<style>
 span { border-color: #132E36; }

 span { border-color: rgb(19,46,54); }

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