#132F34

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

Shades of Nordic #132F34

Tints of Nordic #132F34

Color information

#132F34 (or 0x132F34) is unknown color: approx Nordic. HEX triplet: 13, 2F and 34. RGB value is (19,47,52). Sum of RGB (Red+Green+Blue) = 19+47+52=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #132F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F34 is #ECD0CB. Grayscale: #272727. Windows color (decimal): -15519948 or 3419923. OLE color: 3419923.

HSL color Cylindrical-coordinate representation of color #132F34: hue angle of 189.09º 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 #132F34 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB194752-
CMYK0.630.1000.80
HSL189.09º46.48%13.92%-
HSV(B)189.09º63.46%20.39%-
XYZ1.92.423.62-
YUV39.2135.22113.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=16.10%
G=39.83%
B=44.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1947520.630.1000.80189.0946.4813.92
Hex132F343FA050bd2ee
Octal235764771201202755616
Binary10011101111110100111111101001010000101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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