#132F38

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

Shades of Nordic #132F38

Tints of Nordic #132F38

Color information

#132F38 (or 0x132F38) is unknown color: approx Nordic. HEX triplet: 13, 2F and 38. RGB value is (19,47,56). Sum of RGB (Red+Green+Blue) = 19+47+56=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #132F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F38 is #ECD0C7. Grayscale: #272727. Windows color (decimal): -15519944 or 3682067. OLE color: 3682067.

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

Color convert

RGB194756-
CMYK0.660.1600.78
HSL194.59º49.33%14.71%-
HSV(B)194.59º66.07%21.96%-
XYZ22.464.11-
YUV39.65137.22113.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 47 (18.75% from 255) = 38.52%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=15.57%
G=38.52%
B=45.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1947560.660.1600.78194.5949.3314.71
Hex132F38421004Ec331f
Octal2357701022001163036117
Binary1001110111111100010000101000001001110110000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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