#133C41

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

Shades of Nordic #133C41

Tints of Nordic #133C41

Color information

#133C41 (or 0x133C41) is unknown color: approx Nordic. HEX triplet: 13, 3C and 41. RGB value is (19,60,65). Sum of RGB (Red+Green+Blue) = 19+60+65=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #133C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C41 is #ECC3BE. Grayscale: #303030. Windows color (decimal): -15516607 or 4275219. OLE color: 4275219.

HSL color Cylindrical-coordinate representation of color #133C41: hue angle of 186.52º 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 #133C41 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB196065-
CMYK0.710.0800.75
HSL186.52º54.76%16.47%-
HSV(B)186.52º70.77%25.49%-
XYZ2.843.755.58-
YUV48.31137.42107.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=13.19%
G=41.67%
B=45.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1960650.710.0800.75186.5254.7616.47
Hex133C4147804Bbb3710
Octal23741011071001132736720
Binary10011111100100000110001111000010010111011101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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