#132F37

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

Shades of Nordic #132F37

Tints of Nordic #132F37

Color information

#132F37 (or 0x132F37) is unknown color: approx Nordic. HEX triplet: 13, 2F and 37. RGB value is (19,47,55). Sum of RGB (Red+Green+Blue) = 19+47+55=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #132F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F37 is #ECD0C8. Grayscale: #272727. Windows color (decimal): -15519945 or 3616531. OLE color: 3616531.

HSL color Cylindrical-coordinate representation of color #132F37: hue angle of 193.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132F37 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB194755-
CMYK0.650.1500.78
HSL193.33º48.65%14.51%-
HSV(B)193.33º65.45%21.57%-
XYZ1.972.453.98-
YUV39.54136.72113.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=15.70%
G=38.84%
B=45.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1947550.650.1500.78193.3348.6514.51
Hex132F3741F04Ec131f
Octal2357671011701163016117
Binary100111011111101111000001111101001110110000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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