#133D44

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

Shades of Nordic #133D44

Tints of Nordic #133D44

Color information

#133D44 (or 0x133D44) is unknown color: approx Nordic. HEX triplet: 13, 3D and 44. RGB value is (19,61,68). Sum of RGB (Red+Green+Blue) = 19+61+68=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #133D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D44 is #ECC2BB. Grayscale: #313131. Windows color (decimal): -15516348 or 4472083. OLE color: 4472083.

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

Color convert

RGB196168-
CMYK0.720.1000.73
HSL188.57º56.32%17.06%-
HSV(B)188.57º72.06%26.67%-
XYZ2.983.896.06-
YUV49.24138.59106.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 61 (24.22% from 255) = 41.22%
BLUE value IS 68 (26.95% from 255) = 45.95%
R=12.84%
G=41.22%
B=45.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1961680.720.1000.73188.5756.3217.06
Hex133D4448A049bd3811
Octal23751041101201112757021
Binary10011111101100010010010001010010010011011110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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