#13333D

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

Shades of Nordic #13333D

Tints of Nordic #13333D

Color information

#13333D (or 0x13333D) is unknown color: approx Nordic. HEX triplet: 13, 33 and 3D. RGB value is (19,51,61). Sum of RGB (Red+Green+Blue) = 19+51+61=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #13333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13333D is #ECCCC2. Grayscale: #2A2A2A. Windows color (decimal): -15518915 or 4010771. OLE color: 4010771.

HSL color Cylindrical-coordinate representation of color #13333D: hue angle of 194.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13333D is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB195161-
CMYK0.690.1600.76
HSL194.29º52.5%15.69%-
HSV(B)194.29º68.85%23.92%-
XYZ2.292.844.84-
YUV42.57138.4111.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=14.50%
G=38.93%
B=46.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1951610.690.1600.76194.2952.515.69
Hex13333D451004Cc23410
Octal2363751052001143026420
Binary10011110011111101100010110000010011001100001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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