#133237

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

Shades of Nordic #133237

Tints of Nordic #133237

Color information

#133237 (or 0x133237) is unknown color: approx Nordic. HEX triplet: 13, 32 and 37. RGB value is (19,50,55). Sum of RGB (Red+Green+Blue) = 19+50+55=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #133237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133237 is #ECCDC8. Grayscale: #292929. Windows color (decimal): -15519177 or 3617299. OLE color: 3617299.

HSL color Cylindrical-coordinate representation of color #133237: hue angle of 188.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133237 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195055-
CMYK0.650.0900.78
HSL188.33º48.65%14.51%-
HSV(B)188.33º65.45%21.57%-
XYZ2.12.74.02-
YUV41.3135.73112.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=15.32%
G=40.32%
B=44.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1950550.650.0900.78188.3348.6514.51
Hex13323741904Ebc31f
Octal2362671011101162746117
Binary100111100101101111000001100101001110101111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133237; }

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

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

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

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

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

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

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

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