#13333A

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

Shades of Nordic #13333A

Tints of Nordic #13333A

Color information

#13333A (or 0x13333A) is unknown color: approx Nordic. HEX triplet: 13, 33 and 3A. RGB value is (19,51,58). Sum of RGB (Red+Green+Blue) = 19+51+58=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #13333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13333A is #ECCCC5. Grayscale: #2A2A2A. Windows color (decimal): -15518918 or 3814163. OLE color: 3814163.

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

Color convert

RGB195158-
CMYK0.670.1200.77
HSL190.77º50.65%15.1%-
HSV(B)190.77º67.24%22.75%-
XYZ2.222.814.43-
YUV42.23136.9111.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=14.84%
G=39.84%
B=45.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1951580.670.1200.77190.7750.6515.1
Hex13333A43C04Dbf33f
Octal2363721031401152776317
Binary100111100111110101000011110001001101101111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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