#13383B

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

Shades of Nordic #13383B

Tints of Nordic #13383B

Color information

#13383B (or 0x13383B) is unknown color: approx Nordic. HEX triplet: 13, 38 and 3B. RGB value is (19,56,59). Sum of RGB (Red+Green+Blue) = 19+56+59=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #13383B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13383B is #ECC7C4. Grayscale: #2D2D2D. Windows color (decimal): -15517637 or 3880979. OLE color: 3880979.

HSL color Cylindrical-coordinate representation of color #13383B: hue angle of 184.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13383B is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB195659-
CMYK0.680.0500.77
HSL184.5º51.28%15.29%-
HSV(B)184.5º67.8%23.14%-
XYZ2.473.284.64-
YUV45.28135.74109.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 56 (22.27% from 255) = 41.79%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=14.18%
G=41.79%
B=44.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1956590.680.0500.77184.551.2815.29
Hex13383B44504Db833f
Octal237073104501152706317
Binary10011111000111011100010010101001101101110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13383B; }

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

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

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

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

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

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

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

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