#133944

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

Shades of Nordic #133944

Tints of Nordic #133944

Color information

#133944 (or 0x133944) is unknown color: approx Nordic. HEX triplet: 13, 39 and 44. RGB value is (19,57,68). Sum of RGB (Red+Green+Blue) = 19+57+68=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #133944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133944 is #ECC6BB. Grayscale: #2E2E2E. Windows color (decimal): -15517372 or 4471059. OLE color: 4471059.

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

Color convert

RGB195768-
CMYK0.720.1600.73
HSL193.47º56.32%17.06%-
HSV(B)193.47º72.06%26.67%-
XYZ2.783.485.99-
YUV46.89139.91108.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 68 (26.95% from 255) = 47.22%
R=13.19%
G=39.58%
B=47.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1957680.720.1600.73193.4756.3217.06
Hex1339444810049c13811
Octal23711041102001113017021
Binary100111110011000100100100010000010010011100000111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133944; }

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

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

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

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

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

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

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

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