#133B41

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

Shades of Nordic #133B41

Tints of Nordic #133B41

Color information

#133B41 (or 0x133B41) is unknown color: approx Nordic. HEX triplet: 13, 3B and 41. RGB value is (19,59,65). Sum of RGB (Red+Green+Blue) = 19+59+65=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #133B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B41 is #ECC4BE. Grayscale: #2F2F2F. Windows color (decimal): -15516863 or 4274963. OLE color: 4274963.

HSL color Cylindrical-coordinate representation of color #133B41: hue angle of 187.83º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133B41 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB195965-
CMYK0.710.0900.75
HSL187.83º54.76%16.47%-
HSV(B)187.83º70.77%25.49%-
XYZ2.793.655.56-
YUV47.72137.75107.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 59 (23.44% from 255) = 41.26%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=13.29%
G=41.26%
B=45.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1959650.710.0900.75187.8354.7616.47
Hex133B4147904Bbc3710
Octal23731011071101132746720
Binary10011111011100000110001111001010010111011110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,65); }

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

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

 a { background-color: rgb(19,59,65); }

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

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

 span { border-color: rgb(19,59,65); }

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