#13333B

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

Shades of Nordic #13333B

Tints of Nordic #13333B

Color information

#13333B (or 0x13333B) is unknown color: approx Nordic. HEX triplet: 13, 33 and 3B. RGB value is (19,51,59). Sum of RGB (Red+Green+Blue) = 19+51+59=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #13333B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13333B is #ECCCC4. Grayscale: #2A2A2A. Windows color (decimal): -15518917 or 3879699. OLE color: 3879699.

HSL color Cylindrical-coordinate representation of color #13333B: hue angle of 192º 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 #13333B is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB195159-
CMYK0.680.1400.77
HSL192º51.28%15.29%-
HSV(B)192º67.8%23.14%-
XYZ2.242.824.56-
YUV42.34137.4111.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=14.73%
G=39.53%
B=45.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1951590.680.1400.7719251.2815.29
Hex13333B44E04Dc033f
Octal2363731041601153006317
Binary100111100111110111000100111001001101110000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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