#133C45

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

Shades of Nordic #133C45

Tints of Nordic #133C45

Color information

#133C45 (or 0x133C45) is unknown color: approx Nordic. HEX triplet: 13, 3C and 45. RGB value is (19,60,69). Sum of RGB (Red+Green+Blue) = 19+60+69=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #133C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C45 is #ECC3BA. Grayscale: #303030. Windows color (decimal): -15516603 or 4537363. OLE color: 4537363.

HSL color Cylindrical-coordinate representation of color #133C45: hue angle of 190.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133C45 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB196069-
CMYK0.720.1300.73
HSL190.8º56.82%17.25%-
HSV(B)190.8º72.46%27.06%-
XYZ2.963.86.21-
YUV48.77139.42106.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=12.84%
G=40.54%
B=46.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1960690.720.1300.73190.856.8217.25
Hex133C4548D049bf3911
Octal23741051101501112777121
Binary10011111100100010110010001101010010011011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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