#133437

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

Shades of Nordic #133437

Tints of Nordic #133437

Color information

#133437 (or 0x133437) is unknown color: approx Nordic. HEX triplet: 13, 34 and 37. RGB value is (19,52,55). Sum of RGB (Red+Green+Blue) = 19+52+55=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #133437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133437 is #ECCBC8. Grayscale: #2A2A2A. Windows color (decimal): -15518665 or 3617811. OLE color: 3617811.

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

Color convert

RGB195255-
CMYK0.650.0500.78
HSL185º48.65%14.51%-
HSV(B)185º65.45%21.57%-
XYZ2.192.874.05-
YUV42.48135.07111.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=15.08%
G=41.27%
B=43.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1952550.650.0500.7818548.6514.51
Hex13343741504Eb931f
Octal236467101501162716117
Binary10011110100110111100000110101001110101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133437; }

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

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

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

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

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

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

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

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