#133C47

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

Shades of Nordic #133C47

Tints of Nordic #133C47

Color information

#133C47 (or 0x133C47) is unknown color: approx Nordic. HEX triplet: 13, 3C and 47. RGB value is (19,60,71). Sum of RGB (Red+Green+Blue) = 19+60+71=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #133C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C47 is #ECC3B8. Grayscale: #303030. Windows color (decimal): -15516601 or 4668435. OLE color: 4668435.

HSL color Cylindrical-coordinate representation of color #133C47: hue angle of 192.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #133C47 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB196071-
CMYK0.730.1500.72
HSL192.69º57.78%17.65%-
HSV(B)192.69º73.24%27.84%-
XYZ3.023.836.54-
YUV49140.42106.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 60 (23.83% from 255) = 40%
BLUE value IS 71 (28.12% from 255) = 47.33%
R=12.67%
G=40%
B=47.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1960710.730.1500.72192.6957.7817.65
Hex133C4749F048c13a12
Octal23741071111701103017222
Binary10011111100100011110010011111010010001100000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133C47; }

 p { color: rgb(19,60,71); }

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

<style>
 a { background-color: #133C47; }

 a { background-color: rgb(19,60,71); }

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

<style>
 span { border-color: #133C47; }

 span { border-color: rgb(19,60,71); }

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