#133239

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

Shades of Nordic #133239

Tints of Nordic #133239

Color information

#133239 (or 0x133239) is unknown color: approx Nordic. HEX triplet: 13, 32 and 39. RGB value is (19,50,57). Sum of RGB (Red+Green+Blue) = 19+50+57=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #133239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133239 is #ECCDC6. Grayscale: #292929. Windows color (decimal): -15519175 or 3748371. OLE color: 3748371.

HSL color Cylindrical-coordinate representation of color #133239: hue angle of 191.05º 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 #133239 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195057-
CMYK0.670.1200.78
HSL191.05º50%14.9%-
HSV(B)191.05º66.67%22.35%-
XYZ2.152.724.28-
YUV41.53136.73111.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 57 (22.66% from 255) = 45.24%
R=15.08%
G=39.68%
B=45.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1950570.670.1200.78191.055014.9
Hex13323943C04Ebf32f
Octal2362711031401162776217
Binary100111100101110011000011110001001110101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133239; }

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

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

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

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

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

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

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

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