#133638

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

Shades of Nordic #133638

Tints of Nordic #133638

Color information

#133638 (or 0x133638) is unknown color: approx Nordic. HEX triplet: 13, 36 and 38. RGB value is (19,54,56). Sum of RGB (Red+Green+Blue) = 19+54+56=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #133638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133638 is #ECC9C7. Grayscale: #2B2B2B. Windows color (decimal): -15518152 or 3683859. OLE color: 3683859.

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

Color convert

RGB195456-
CMYK0.660.0400.78
HSL183.24º49.33%14.71%-
HSV(B)183.24º66.07%21.96%-
XYZ2.33.064.21-
YUV43.76134.9110.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=14.73%
G=41.86%
B=43.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1954560.660.0400.78183.2449.3314.71
Hex13363842404Eb731f
Octal236670102401162676117
Binary10011110110111000100001010001001110101101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133638; }

 p { color: rgb(19,54,56); }

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

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

 a { background-color: rgb(19,54,56); }

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

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

 span { border-color: rgb(19,54,56); }

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