#133439

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

Shades of Nordic #133439

Tints of Nordic #133439

Color information

#133439 (or 0x133439) is unknown color: approx Nordic. HEX triplet: 13, 34 and 39. RGB value is (19,52,57). Sum of RGB (Red+Green+Blue) = 19+52+57=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #133439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133439 is #ECCBC6. Grayscale: #2A2A2A. Windows color (decimal): -15518663 or 3748883. OLE color: 3748883.

HSL color Cylindrical-coordinate representation of color #133439: hue angle of 187.89º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133439 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195257-
CMYK0.670.0900.78
HSL187.89º50%14.9%-
HSV(B)187.89º66.67%22.35%-
XYZ2.242.894.31-
YUV42.7136.07111.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=14.84%
G=40.62%
B=44.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1952570.670.0900.78187.895014.9
Hex13343943904Ebc32f
Octal2364711031101162746217
Binary100111101001110011000011100101001110101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133439; }

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

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

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

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

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

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

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

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