#132F33

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

Shades of Nordic #132F33

Tints of Nordic #132F33

Color information

#132F33 (or 0x132F33) is unknown color: approx Nordic. HEX triplet: 13, 2F and 33. RGB value is (19,47,51). Sum of RGB (Red+Green+Blue) = 19+47+51=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #132F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F33 is #ECD0CC. Grayscale: #272727. Windows color (decimal): -15519949 or 3354387. OLE color: 3354387.

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

Color convert

RGB194751-
CMYK0.630.0800.8
HSL187.5º45.71%13.73%-
HSV(B)187.5º62.75%20%-
XYZ1.882.413.5-
YUV39.08134.72113.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=16.24%
G=40.17%
B=43.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1947510.630.0800.8187.545.7113.73
Hex132F333F8050bc2ee
Octal235763771001202745616
Binary10011101111110011111111100001010000101111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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