#133B44

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

Shades of Nordic #133B44

Tints of Nordic #133B44

Color information

#133B44 (or 0x133B44) is unknown color: approx Nordic. HEX triplet: 13, 3B and 44. RGB value is (19,59,68). Sum of RGB (Red+Green+Blue) = 19+59+68=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #133B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B44 is #ECC4BB. Grayscale: #2F2F2F. Windows color (decimal): -15516860 or 4471571. OLE color: 4471571.

HSL color Cylindrical-coordinate representation of color #133B44: hue angle of 191.02º degrees, saturation: 0.56, 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 #133B44 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB195968-
CMYK0.720.1300.73
HSL191.02º56.32%17.06%-
HSV(B)191.02º72.06%26.67%-
XYZ2.883.686.03-
YUV48.07139.25107.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 59 (23.44% from 255) = 40.41%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=13.01%
G=40.41%
B=46.58%

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
Decimal1959680.720.1300.73191.0256.3217.06
Hex133B4448D049bf3811
Octal23731041101501112777021
Binary10011111011100010010010001101010010011011111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,68); }

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

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

 a { background-color: rgb(19,59,68); }

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

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

 span { border-color: rgb(19,59,68); }

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