#132E34

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

Shades of Nordic #132E34

Tints of Nordic #132E34

Color information

#132E34 (or 0x132E34) is unknown color: approx Nordic. HEX triplet: 13, 2E and 34. RGB value is (19,46,52). Sum of RGB (Red+Green+Blue) = 19+46+52=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #132E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E34 is #ECD1CB. Grayscale: #262626. Windows color (decimal): -15520204 or 3419667. OLE color: 3419667.

HSL color Cylindrical-coordinate representation of color #132E34: hue angle of 190.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132E34 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194652-
CMYK0.630.1200.80
HSL190.91º46.48%13.92%-
HSV(B)190.91º63.46%20.39%-
XYZ1.872.343.6-
YUV38.61135.55114.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=16.24%
G=39.32%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1946520.630.1200.80190.9146.4813.92
Hex132E343FC050bf2ee
Octal235664771401202775616
Binary10011101110110100111111110001010000101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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