#133039

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

Shades of Nordic #133039

Tints of Nordic #133039

Color information

#133039 (or 0x133039) is unknown color: approx Nordic. HEX triplet: 13, 30 and 39. RGB value is (19,48,57). Sum of RGB (Red+Green+Blue) = 19+48+57=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #133039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133039 is #ECCFC6. Grayscale: #282828. Windows color (decimal): -15519687 or 3747859. OLE color: 3747859.

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

Color convert

RGB194857-
CMYK0.670.1600.78
HSL194.21º50%14.9%-
HSV(B)194.21º66.67%22.35%-
XYZ2.062.554.25-
YUV40.35137.39112.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 48 (19.14% from 255) = 38.71%
BLUE value IS 57 (22.66% from 255) = 45.97%
R=15.32%
G=38.71%
B=45.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1948570.670.1600.78194.215014.9
Hex133039431004Ec232f
Octal2360711032001163026217
Binary1001111000011100110000111000001001110110000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133039; }

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

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

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

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

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

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

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

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