#132C30

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

Shades of Nordic #132C30

Tints of Nordic #132C30

Color information

#132C30 (or 0x132C30) is unknown color: approx Nordic. HEX triplet: 13, 2C and 30. RGB value is (19,44,48). Sum of RGB (Red+Green+Blue) = 19+44+48=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #132C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C30 is #ECD3CF. Grayscale: #242424. Windows color (decimal): -15520720 or 3157011. OLE color: 3157011.

HSL color Cylindrical-coordinate representation of color #132C30: hue angle of 188.28º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132C30 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB194448-
CMYK0.600.0800.81
HSL188.28º43.28%13.14%-
HSV(B)188.28º60.42%18.82%-
XYZ1.72.153.12-
YUV36.98134.22115.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 44 (17.58% from 255) = 39.64%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=17.12%
G=39.64%
B=43.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1944480.600.0800.81188.2843.2813.14
Hex132C303C8051bc2bd
Octal235460741001212745315
Binary10011101100110000111100100001010001101111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,44,48); }

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

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

 a { background-color: rgb(19,44,48); }

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

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

 span { border-color: rgb(19,44,48); }

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