#133C40

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

Shades of Nordic #133C40

Tints of Nordic #133C40

Color information

#133C40 (or 0x133C40) is unknown color: approx Nordic. HEX triplet: 13, 3C and 40. RGB value is (19,60,64). Sum of RGB (Red+Green+Blue) = 19+60+64=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #133C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C40 is #ECC3BF. Grayscale: #303030. Windows color (decimal): -15516608 or 4209683. OLE color: 4209683.

HSL color Cylindrical-coordinate representation of color #133C40: hue angle of 185.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133C40 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB196064-
CMYK0.700.0600.75
HSL185.33º54.22%16.27%-
HSV(B)185.33º70.31%25.1%-
XYZ2.813.745.42-
YUV48.2136.92107.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=13.29%
G=41.96%
B=44.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1960640.700.0600.75185.3354.2216.27
Hex133C4046604Bb93610
Octal2374100106601132716620
Binary1001111110010000001000110110010010111011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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