#132E35

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

Shades of Nordic #132E35

Tints of Nordic #132E35

Color information

#132E35 (or 0x132E35) is unknown color: approx Nordic. HEX triplet: 13, 2E and 35. RGB value is (19,46,53). Sum of RGB (Red+Green+Blue) = 19+46+53=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 53 - color contains mainly: blue. Hex color #132E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E35 is #ECD1CA. Grayscale: #262626. Windows color (decimal): -15520203 or 3485203. OLE color: 3485203.

HSL color Cylindrical-coordinate representation of color #132E35: hue angle of 192.35º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #132E35 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB194653-
CMYK0.640.1300.79
HSL192.35º47.22%14.12%-
HSV(B)192.35º64.15%20.78%-
XYZ1.892.353.72-
YUV38.72136.05113.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 53 (21.09% from 255) = 44.92%
R=16.10%
G=38.98%
B=44.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1946530.640.1300.79192.3547.2214.12
Hex132E3540D04Fc02fe
Octal2356651001501173005716
Binary100111011101101011000000110101001111110000001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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