#13333C

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

Shades of Nordic #13333C

Tints of Nordic #13333C

Color information

#13333C (or 0x13333C) is unknown color: approx Nordic. HEX triplet: 13, 33 and 3C. RGB value is (19,51,60). Sum of RGB (Red+Green+Blue) = 19+51+60=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #13333C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13333C is #ECCCC3. Grayscale: #2A2A2A. Windows color (decimal): -15518916 or 3945235. OLE color: 3945235.

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

Color convert

RGB195160-
CMYK0.680.1500.76
HSL193.17º51.9%15.49%-
HSV(B)193.17º68.33%23.53%-
XYZ2.272.834.7-
YUV42.46137.9111.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=14.62%
G=39.23%
B=46.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1951600.680.1500.76193.1751.915.49
Hex13333C44F04Cc134f
Octal2363741041701143016417
Binary100111100111111001000100111101001100110000011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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